I am working in Cocoa.
I have made changes to my application as per the answer recommended by link
I have following questions:
- Can I add my app to System Accessibility List programmatically after taking users consent, so that it is seen checked in System Preferences > Security & Privacy > Privacy > Accessibility.(Like they do it in iOS where app requests user to show notifications, and user can choose between Dont allow and Ok).
- After the application is successfully added to the Accessibility list how do I get the value of checkbox in Accessibilty list programatically ?
I am expecting a sandbox/"app store" compatible answer