OK, it's as simple as it sounds :
- I've got a fully-working app
- I'm trying to 'sandbox' it, as per App Store's current guidelines.
The thing is :
- The app is executing in the background (as an
NSTask
), the/bin/kill
command, and when I'm trying to execute it (WITH the sandbox entitlements enabled), I'm getting the following error :
kill: 1298: Operation not permitted
Pretty obvious. However, is there ANY way this could be bypassed in a Sandbox-compliant app?
Hint : my goal is to be able to kill app B
, from app A
: is there any other way?