Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IOS Empty Values when app is not background #50

Open
mateusduraes opened this issue Oct 9, 2019 · 2 comments
Open

IOS Empty Values when app is not background #50

mateusduraes opened this issue Oct 9, 2019 · 2 comments

Comments

@mateusduraes
Copy link

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.

image

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!!

@luboslav
Copy link

luboslav commented Jan 17, 2020

I encountered same issue. Did you solve it @mateusduraes ?

@tzappia
Copy link

tzappia commented Jun 2, 2020

I had the same issue and it was caused by a conflict with cordova-plugin-firebasex.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants