-
Notifications
You must be signed in to change notification settings - Fork 4k
🐛 [Firebase Dynamic Link] Dynamic link is not opening on iOS platform but working fine on Android #10262
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
Same issue |
Thanks for the report @harshsoniaubergine
Usually, the error should have identified the url scheme as below for example:
|
I checked. The link parameter is correctly generated and the same link is working fine on Android as well. Let me know if I have misunderstood your comment here. |
@harshsoniaubergine Thanks for the update. Alternatively, you may also check the plugin example and see if using it integrated with your local firebase setup, do you still get same behavior or not. |
Hey @harshsoniaubergine. 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. @harshsoniaubergine 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
Describe the bug
We have implemented a firebase dynamic link for the project. It works fine with the Android platform but not with iOS.
We saw that the iOS app is opening on tap of the link but it doesn't give us the link or callback on the app.
Any help is appreciated!
Additional context
We have tried following things so far
Firebase Dynamic Links framework version 10.3.0 System information: OS iOS, OS version 16.2, model iPhone Current date 2022-12-13 21:05:16 +0000 Device locale en-US (raw en_US), timezone America/Chicago ERROR: Specified custom URL scheme is (null) but Info.plist do not contain such scheme in CFBundleURLTypes key. AppID Prefix: AN68337YX5, Team ID: AN68337YX5, AppId Prefix equal to Team ID: YES performDiagnostic detected 1 ERRORS. ---- Firebase Dynamic Links diagnostic output end ----
Here are some snaps for the setup
Flutter doctor
Click To Expand
Flutter dependencies
Click To Expand
The text was updated successfully, but these errors were encountered: