diff --git a/Libraries/LinkingIOS/LinkingIOS.js b/Libraries/LinkingIOS/LinkingIOS.js index 494091190..917b04762 100644 --- a/Libraries/LinkingIOS/LinkingIOS.js +++ b/Libraries/LinkingIOS/LinkingIOS.js @@ -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(