-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not detecting any third party applications #58
Comments
Fix - for iOS to detect 3rd party applications they have to be whitelisted in the info.plist file first. Explained pretty well in step 3 here https://kitefaster.com/2016/07/13/how-to-open-ios-app-with-custom-url/ Adding this to the README for this plugin could be helpful to future users. |
Thanks @iggirex for this information. It´s working now. |
Agree with @iggirex - Step 3 from that link solves the issue. Some notes about it should be included in the README.
|
Hi this is not working for me for IOS 13 :( or maybe i'm doing something wrong? Can you check if still works for you thanks |
Trying this plugin on iOS and it can detect all Apple-branded apps like Safari, Watch, iMovie, Facetime but is not detecting any third party apps like Twitter, Vimeo, Facebook.
Even the code example in the Readme is not working. I've installed Twitter on the phone, and the plugin says Twitter is not installed.
Running iOS SDK 12.2
built on Xcode 10.2
Cordova version 8.1.2
Cordova iOS platform version 4.5.5
The text was updated successfully, but these errors were encountered: