How to ensure disabled sandbox won't cause my Mac app to get rejected?

Hi,

I wrote an editor program that is meant to let people edit any file on a Mac, not just the files inside a sandbox.

But when I try to submit my app without the sandbox enabled it gets rejected.

How to fix this?

And how to fix it permanently?

Thanks.

App Store apps need to be sandboxed.


Files or folders explicitly selected by the user will get added to the current sandbox, this requires the user to use either the Open Dialog or do a Drag & Drop of a file system item onto the app.


Use security scooped bookmarks if you need to be able to access the file/folder after the app is quit and restarted.

How to ensure disabled sandbox won't cause my Mac app to get rejected?
 
 
Q