You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a Flutter app which currently only supports Android.
I've setup Dynamic Links and it's working as intended on Android and other platforms like desktop which I've made it work using the ofl parameter to take users to the same content on our website. I've also added the ifl parameter with the same url specified in the ofl but when I try open the dynamic link on Safari (iOS simulator), it says invalid dynamic link.
When generating the dynamic link, I did not pass the IosParameters since I'm not supporting iOS apps currently and I haven't registered an iOS app in Firebase console as well.
How do I setup my dynamic link to open my website when accessed from an iOS device?
This is the debug view of my dynamic link generated by concatenating both ofl and ifl parameters to the long url:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
I'm working on a Flutter app which currently only supports Android.
I've setup Dynamic Links and it's working as intended on Android and other platforms like desktop which I've made it work using the
ofl
parameter to take users to the same content on our website. I've also added theifl
parameter with the same url specified in theofl
but when I try open the dynamic link on Safari (iOS simulator), it says invalid dynamic link.When generating the dynamic link, I did not pass the
IosParameters
since I'm not supporting iOS apps currently and I haven't registered an iOS app in Firebase console as well.How do I setup my dynamic link to open my website when accessed from an iOS device?
This is the debug view of my dynamic link generated by concatenating both
ofl
andifl
parameters to the long url:https://imgur.com/a/Mx5mbCD
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions