Hi there. I made a macOS app for personal use time ago and, since I find it very useful, I'd wish to release it in the App Store. The thing is my app needs to close user selected applications. I am doing it without any problem using the app bundle identifier but, of course, it doesn't work if I enable the "sandboxed" entitlement.
So my question is: is there any "legal" way to do this simple task or is just simply impossible to do it from an App Store app? I would found the later pretty weird since the user has explicitly give permissions by drag and drop the app he/she wants to close.
I'd appreciate any help on this.
Thanks
is … is just simply impossible to do it from an App Store app?
This.
I would found the later pretty weird since the user has explicitly give permissions by drag and drop the app he/she wants to close.
If the user drags another app on to your app, that’ll extend the sandbox to give your app access to the other app on the file system. It doesn’t have relationship to the process running the other app.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"