Reputation: 31
I need to open facebook page in native App by using open url fb:// It doesnt work in ios 9.2 please help!
Upvotes: 1
Views: 553
Reputation: 2638
I think, In iOS 9 you must whitelist any URL schemes your App wants to query in Info.plist under the key `LSApplicationQueriesSchemes'
This may help you.
Upvotes: 1