iPad: launch external application when an application starts
Is there an API in OSX that I can use to launch my application when users open any app?开发者_如何学编程 Something like a global App Launched event?
No. There is no meaningful multitasking functionality in iOS API.
精彩评论