Jose
Jose

Reputation: 31

Application open url is not working in ios 9.2. why?

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

Answers (1)

Vinu David Jose
Vinu David Jose

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'

enter image description here

This may help you.

Upvotes: 1

Related Questions