cordova-plugin-firebase-dynamiclinks
cordova-plugin-firebase-dynamiclinks copied to clipboard
IOS Empty Values when app is not background
Hi, in general, this plugin is working well.
But, I found a bug on IOS that happens only when the app is completely closed (not in background).
The function callback is executed, but, the values are empty.
await this.platform.ready()
this.firebaseDynamicLinks.onDynamicLink().subscribe(data => {
console.log(data) // empty values
this.handleDynamicLink(data.deepLink)
})
In this way. I'm not able to redirect the user to a specific content inside my app.
Can you please help me? Thank you!!
I encountered same issue. Did you solve it @mateusduraes ?
I had the same issue and it was caused by a conflict with cordova-plugin-firebasex.