1

I need to know if a specific app is installed.

I can't add the Schemes to the plist LSApplicationQueriesSchemes so the function UIApplication.sharedApplication().canOpenURL() is not helpful from iOS9.

rmaddy
  • 314,917
  • 42
  • 532
  • 579
  • 3
    Then you are out of luck, the only document (and therefor allowed way) to check if an app is installed you will have to use the `canOpenURL`, method. – rckoenes Sep 06 '17 at 11:12

0 Answers0