EddyVerbruggen / Custom-URL-scheme

:link: Launch your Cordova/PhoneGap app by a Custom URL scheme like mycoolapp://
1.03k stars 367 forks source link

Broken in iOS 10 #202

Closed PabloPerezAdsuar closed 7 years ago

PabloPerezAdsuar commented 7 years ago

Hi,

I am using this plugin for a long time without problems, however, from the update to iOS 10 does not work.

My code is: window.open("apptest://","_self");

Would you happen to someone else?

Thank you

PabloPerezAdsuar commented 7 years ago

Hi,

I've already solved. The problem was that from iOS 10 is required to specify the application in the PLIST config. In previous versions it was not required.

Thank you

EddyVerbruggen commented 7 years ago

Hi, are you opening the app from a browser? And that requires the app to whitelist itself in the plist? Please elaborate so I can update the code or readme.

Thanks!

PabloPerezAdsuar commented 7 years ago

Hi @EddyVerbruggen ,

I used the plugin called "cordova-plugin-queries-schemes". This plugin allows me to add records to PLIST file. Is it possible to add records to PLIST from your plugin?

Thanks!

EddyVerbruggen commented 7 years ago

Hi, that's the name of this plugin...

Can you please answer my previous question so I can decide what to do? If we need to whitelist the app in the plist then the plugin can take care of that.

PabloPerezAdsuar commented 7 years ago

Sorry, I was wrong to copy and paste. You have it rectified.