Can I check whether an application exists on iphone programmatically if I know the name of application (without using URL scheme)?
Can I check whether an application exists on iphone programmatically if I know the
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.
The only way to check for existens of an Application is to check if the device can responds to a specific URL-Scheme, which the Application must have registered. Example of this is the native Facebook Application. If this is not the case, you are out of luck.