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 not called on warm launch (Cordova platform IOS 5.0.0) #295

Closed Vito96 closed 1 year ago

Vito96 commented 5 years ago

Hi, I have updated on my app the cordova platform of IOS to the version 5.0.0, from here the handleOpenUrl does not called on warm start launches. Can be a problem similar to the problem of cordova ios 3.8.0?

(handleOpenUrl is called only on first launch from xcode)

Thanks.

gambarle commented 5 years ago

I'm experiencing an issue that might be related. using Ionic 3, cordova-ios 5.0.0, launching my app from within another app (TestFlight), handleOpenUrl is not called. It has been working up until and including cordova-ios 4.5.5

rabeeScryptech commented 5 years ago

I am experiencing the same problem , have anyone managed to solve it ?

gambarle commented 5 years ago

I'm using the Deeplinks plugin instead. So far i have not had problems. I'm using Ionic btw

SergTomcat commented 5 years ago

rabeeScryptech, I managed to solve it, but in my case this plugin was interfering with other one (azure services)

haveamission commented 4 years ago

@gambarle - can you give an example of how you're using deeplinks? I am trying to use it with a non-ionic setup and having no luck

gczudowski commented 4 years ago

Hi! I have the same issue after updating from 8.0.0 (uses cordova 5.0).

window.handleOpenURL is not called at all

Did anyone manage to solve the issue somehow?

super-maoMao commented 3 years ago

I am experiencing the same problem , How to deal with it ?

guanyuan commented 3 years ago

rabeeScryptech, I managed to solve it, but in my case this plugin was interfering with other one (azure services)

Hi, there. I have this issue too. So how did you solve it? Can you share your solution?