I've got an app (made with ElectronJS) that relies on having Accessibility permission to listen for mouse/keyboard events (via the iohook
package). I'd like to put it on the Mac App Store, but it appears that:
- Mac App Store requires Sandboxing and
- Sandboxing does not allow Accessibility permission.
Therefore an app in the Mac App Store cannot get Accessibility permission. Is this right or am I missing something?