I am looking for a way to call other installed applications from within my app. For example: Can a user open his Skype app from my app?
Is there a way to do this?
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.
Take a look at
-openURL:and-canOpenURL:.The application in question must register
CFBundleURLTypesfor it to respond to the aforementioned open method. In the case of Skype, for example, the URL protocol isskype:.