-
Notifications
You must be signed in to change notification settings - Fork 440
onDynamicLinkCallback is never called #1543
Comments
Hi @EddyVerbruggen, I thought is issue is important enough to ping you directly. Forgive me if this is not the right procedure. |
Experienced same bug on iOS onDynamicLinkCallback and addOnDynamicLinkReceivedCallback is not getting triggered, on Android works fine. |
Checked this https://github.com/EddyVerbruggen/nativescript-plugin-firebase/blob/master/src/firebase.d.ts#L166-L170 |
It would be extremely useful to have this reproduced in a small demo app. |
Hi, its happening to me too! It never calls onDynamicLinkCallback :( |
@juanpicuervo Please share a sample project where issue can be reproduced. |
I am not an iOS expert but it seems that this problem occurs when the app or another plugin defines a custom App Delegate. When my app starts, |
Any solution? |
@erkanarslan is right:
|
Hi,
I set up Email-Link login and Dynamic Links. After clicking the link in received email from auth, the app opens, but while observing the log output, onDynamicLinkCallback is never called and therefore I cannot route the user accordingly. This is especially problematic if users click on the same email link, because the Email-Link seems to expire after the first click (as it should IMO). I would need to route and/or notify users in the case they are logged in our not after clicking the link, but I cannot do this if onDynamicLinkCallback is never called. I am currently testing with a physical ios device (version 13.3). Please help.
It looks like this issue may be related to the TODO item you noted regarding the "data" param here. Can someone confirm?
The text was updated successfully, but these errors were encountered: