e-imaxina / cordova-plugin-deeplinks

Cordova plugin to support Universal/Deep Links for iOS/Android.
MIT License
33 stars 68 forks source link

[iOS] the app is opened but no event get executed #30

Closed HarelM closed 4 years ago

HarelM commented 4 years ago

I have used this plugin in the past for android and there it works well. The problem I'm facing now is with iOS. I have deployed the json file in my site here: https://israelhiking.osm.org.il/.well-known/apple-app-site-association I added the relevant config file paths: https://github.com/IsraelHikingMap/Site/blob/217721012410e95bb9dc46df364cc4d96716baae/IsraelHiking.Web/config.xml#L15 I have registered the relevant events here: https://github.com/IsraelHikingMap/Site/blob/217721012410e95bb9dc46df364cc4d96716baae/IsraelHiking.Web/sources/application/services/open-with.service.ts#L39 But I don't see any entry in the log file that indicate that the event is handled in the JS code. Am I missing something? The app is booting up when I click a link in the browser but no event is fired... not sure how to debug this... :-(

HarelM commented 4 years ago

My bad, I had an if around the event registration that prevented the registration... Sorry...