I\'ve created a helper app, which monitors iTunes and launches/terminates the main app.
The launching works perfectly. The only problem is that I\'m not allowed to t
The recommended way to IPC in 10.8 is using NSXPCConnection.
See the code at Sandboxing with NSXPCConnection