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 using the dynamic links API for creating dynamic links that will be used with the iOS App and to redirect the user to our website if it was used by other platforms this is the long link used
it works as expected on iOS and desktop on iOS it opens the app and does the required action and on Desktop it redirects the user to the ofl link I suppose on Android it should redirect the user to the afl link which is the same one as ofl. but it doesn't do this it instead opens the dynamic link in the browser (phone browser) which is a page saying Dynamic Link Not Found I also tried to solve this by redirecting the user from this page if the user reaches it but I can't because it breaks the other platforms behavior.
this page is hosted on Firebase hosting using this configuration
if I added a destination to the dynamic link URL it breaks the dynamic link behavior on Desktop and iOS and redirects didn't work as well.
any help will be appreciated.
thanks,
Mostafa
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.
-
I'm using the dynamic links API for creating dynamic links that will be used with the iOS App and to redirect the user to our website if it was used by other platforms this is the long link used
it works as expected on iOS and desktop on iOS it opens the app and does the required action and on Desktop it redirects the user to the ofl link I suppose on Android it should redirect the user to the afl link which is the same one as ofl. but it doesn't do this it instead opens the dynamic link in the browser (phone browser) which is a page saying
Dynamic Link Not Found
I also tried to solve this by redirecting the user from this page if the user reaches it but I can't because it breaks the other platforms behavior.this page is hosted on Firebase hosting using this configuration
if I added a destination to the dynamic link URL it breaks the dynamic link behavior on Desktop and iOS and redirects didn't work as well.
any help will be appreciated.
thanks,
Mostafa
Beta Was this translation helpful? Give feedback.
All reactions