Launch an app from within another (iPhone)
As Kevin points out, URL Schemes are the only way to communicate between apps. So, no, it’s not possible to launch arbitrary apps. But it is possible to launch any app that registers a URL Scheme, whether it’s Apple’s, yours, or another developer’s. The docs are here: Defining a Custom URL Scheme for Your App … Read more