-
Notifications
You must be signed in to change notification settings - Fork 4k
🐛 [Dynamic Links] Reference data lost in iOS #10336
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
Comments
Thanks for the report @amilkarSingular |
This is my code:
And when I say the data is lost, is because when the app is redirecting from Store to App after install, the data in dynamic link is lost. It is just in iOS |
Please check if this issue and underlying comments helps in your case. |
Hey @amilkarSingular. 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. @amilkarSingular 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. |
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Describe the bug
I have been using Firebase dynamic links in android and ios. The issue is in iOS
Steps to reproduce
Steps to reproduce the behavior:
If have not app installed and I click the link, it redirect to store and then the app with data link, It is working fine in Android, but in iOS the reference and the data lost.
Also in Android after the link redirect to store and I dont click in CONTINUE button, the data is lost too
Expected behavior
Get the reference and data once I install the app
Sample project
Providing a minimal example project which demonstrates the bug in isolation from your main App greatly enhances the chance of a timely fix.
Please link to the public repository URL.
Additional context
Add any other context about the problem here.
Flutter doctor
Run
flutter doctor
and paste the output below:Click To Expand
[√] Flutter (Channel stable, 3.3.10, on Microsoft Windows [Version 10.0.19044.2486], locale en-US)
[√] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
[√] Chrome - develop for the web
[X] Visual Studio - develop for Windows
X Visual Studio not installed; this is necessary for Windows development.
Download at https://visualstudio.microsoft.com/downloads/.
Please install the "Desktop development with C++" workload, including all of its default components
[√] Android Studio (version 2021.3)
[√] VS Code (version 1.74.3)
[√] Connected device (4 available)
[√] HTTP Host Availability
Flutter dependencies
Run
flutter pub deps -- --style=compact
and paste the output below:Click To Expand
firebase_dynamic_links: ^5.0.5
The text was updated successfully, but these errors were encountered: