Skip to content

Commit

Permalink
Add note for iOS9 url scheme changes
Browse files Browse the repository at this point in the history
Summary: Closes facebook#3354

Reviewed By: @​svcscm

Differential Revision: D2531433

Pulled By: @javache

fb-gh-sync-id: a7d280f6f8d3e6fa723c6518110ca344f9583ddd
  • Loading branch information
christopherdro authored and facebook-github-bot-8 committed Oct 12, 2015
1 parent d303840 commit cab3bd6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Libraries/LinkingIOS/LinkingIOS.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,11 @@ class LinkingIOS {
}

/**
* Determine wether or not an installed app can handle a given `url`
* Determine whether or not an installed app can handle a given `url`
* The callback function will be called with `bool supported` as the only argument
*
* NOTE: As of iOS 9, your app needs to provide a `LSApplicationQueriesSchemes` key
* inside `Info.plist`.
*/
static canOpenURL(url: string, callback: Function) {
invariant(
Expand Down

0 comments on commit cab3bd6

Please sign in to comment.