I’m would like initiate another app which is listed in my app when user touch that app. is it possible? help me howto do that?
Share
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.
This isn’t directly possible – the only way you can execute another application is via a URL handler.
For example, you can open a page in Safari via:
And you get place a call (albeit with the user’s agreement) via:
As such, it really depends on whether on the the application you wish to open has registered a URL handler.