EddyVerbruggen / Custom-URL-scheme

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

handleOpenURL doesn't fire on IOS #251

Closed jonathanhollander closed 6 years ago

jonathanhollander commented 6 years ago

I've installed the plugin, and although when I access my custom URL I do get redirected to the app, the "handleOpenURL" function is never called.

I'm testing on iOS with iPhone6+ Cordova 7.0.1 cordova ios: 4.4.0 iOS: 10.3.2

Something I don't understand is on your directions you show taht when you add the plugin with --save it adds this to the config:

But no where in my config.xml do I see any of this. Do I need to manually add it? Again the plugin is working so i know i installed it correctly just the "handleOpenURL" is never called. Is this xml bit required for the handleOpenURL to work?

jonathanhollander commented 6 years ago

sorry I had my function in the wrong place, it works correctly

william-beange-hs commented 6 years ago

@jonathanhollander where is the right place?