Is it possible/allowed to run 2nd App from 1st App ? if yes, how ?
IOS platform. i want to find out is it possible to pass data to 2nd app and execute it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can register a custom URL scheme if you are the developer of both apps. Alternatively the 3rd party app might support it’s own URL scheme, allowing you to launch and pass data.
There’s a tutorial on how to implement custom URL schemes in an iOS app here: http://iosdevelopertips.com/cocoa/launching-your-own-application-via-a-custom-url-scheme.html