ohh2ahh / AppAvailability

This Cordova / PhoneGap plugin allows you to check if an app is installed.
228 stars 117 forks source link

facebook check fails #44

Closed petrot closed 6 years ago

petrot commented 6 years ago

With Ionic 3, check() returns false for 'fb://'.

petrot commented 6 years ago

solved by adding these lines to platforms/ios//-Info.plist

<key>LSApplicationQueriesSchemes</key>
 <array>
  <string>fb</string>
</array>