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

⚠️in iOS9, be sure to set LSApplicationQueriesSchemes for your url scheme #85

Open
rodericj opened this issue Jun 12, 2015 · 2 comments

Comments

@rodericj
Copy link
Contributor

iOS9 seems to have a breaking issue with the url schemes in this library. We essentially need to whitelist your url scheme in LSApplicationQueriesSchemes, which is an array of strings, in your plist. Simply create the array, add your url scheme and you should be all set

@flowinho
Copy link

TY so much for this comment.
And information writeup about these changes can be found here

@rodericj
Copy link
Contributor Author

No problem. I think I was actually at WWDC talking to one of the Eng while I was figuring it out. Very helpful folks.

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

2 participants