App reject second time because CGEvent requires access to accessibility

Hi,


CGEvent requires access to accessibility and apple rejects the app.


How can I solve it?


Thanks

Replies

What are you doing with

CGEvent
?

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Move the mouse on the screen

Move the mouse on the screen

That certainly requires that the user to grant you the Accessibility privilege.

My experience is that App Review is reluctant to let App Store apps use Accessibility features because they can be used to escape the sandbox. However, I don’t work for App Review and thus can’t discuss their policy in detail. You’ll have to discuss it with them directly.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Yesterday they called me, I listed in detail what CGEvent and low-access needed. But they answered so


"Hello,

Thank you for your response, however, accessibility access in this case is not appropriate and should be removed."

the first time was accepted without problems. Not now. Also there are other apps that do this.



There is no solution