hypery2k / nativescript-urlhandler

NativeScript URL Handler Plugin
MIT License
52 stars 34 forks source link

Callback never called on iOS #77

Closed captainhaddockfr35 closed 6 years ago

captainhaddockfr35 commented 6 years ago

Hi ! I tried to use this plugin for my deep links. On ANdroid no problem, it's work. But on iOS the callback is never called. I followed the instructions : change Info.plist, call handleOpenURL into the app.component.ts (into ngOnInit).

Did I miss something ?

hypery2k commented 6 years ago

would be great if you tell more about your setup, version info and other plugins used etc.

captainhaddockfr35 commented 6 years ago

Ok, I found the problem. I use the WonderPush plugin, and, with iOS, it override the delegate.

hypery2k commented 6 years ago

ok, so it's a duplicate of #24