I’m trying to find a good way to check whether a certain URL scheme is registered on iOS. The use case here is that I want to check if the user has a specific app installed and if so offer functionality based on 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.
Use the
canOpenURLmethod onUIApplication. Class reference HERE