Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS 9 Requires LSApplicationQueriesSchemes for canOpenURL #10

Open
austimkelly opened this issue Sep 21, 2015 · 0 comments
Open

iOS 9 Requires LSApplicationQueriesSchemes for canOpenURL #10

austimkelly opened this issue Sep 21, 2015 · 0 comments

Comments

@austimkelly
Copy link

Related discussion and useful links: http://stackoverflow.com/questions/30987986/ios-9-not-opening-instagram-app-with-url-scheme

Just put this in your .plist depending on what mapping apps you need to support. (Not sure how future proof this is as apps move to universal links in iOS9+)

<key>LSApplicationQueriesSchemes</key>
    <array>
        <string>citymapper</string>
        <string>comgooglemaps</string>
        <string>navigon</string>
        <string>transit</string>
        <string>waze</string>
        <string>yandexnavi</string>
        <string>uber</string>
    </array>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant