-
Notifications
You must be signed in to change notification settings - Fork 4k
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
🐛 [firebase_dynamic_links] iOS does not handle dynamic links if app is closed #4911
Comments
Hi @b-jan |
Thank you for your answer @markusaksli-nc I am clicking on the link from the web / or in whatsapp / messenger after sharing it. I just added 2 seconds of delay before handling the initial dynamic link and now I can say it fails less often... Weird. |
Could you provide a minimal complete reproducible code sample? I'm not seeing this with the official example. |
Thanks for your help. |
This comment has been minimized.
This comment has been minimized.
Hey @b-jan. We need more information to resolve this issue but there hasn't been an update in 7 weekdays. I'm marking the issue as stale and if there are no new updates in the next 7 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
Since there haven't been any recent updates here, I am going to close this issue. @b-jan if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this. |
Bug report
on iOS only, if my app is closed or not installed yet, the information from the dynamic link is lost on the app opening.
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
Same as Android, if the app is closed, when I click on a dynamic link, the app opens and i can retrieve the information from the link.
Additional context
I found some related issues:
I am using:
firebase_dynamic_links: ^0.7.0+1
firebase_core: ^0.7.0
Flutter doctor
Run
flutter doctor
and paste the output below:Click To Expand
Flutter dependencies
Run
flutter pub deps -- --style=compact
and paste the output below:Click To Expand
The text was updated successfully, but these errors were encountered: