EvansPie / friskal

0 stars 0 forks source link

Deep links point to the website when app is not installed #5

Open NikosVrakas opened 4 years ago

NikosVrakas commented 4 years ago

Shared experiences in facebook and messenger point to the friskal.com web site instead of the app store for downloading the app.

The issue is not visible in android devices.

EvansPie commented 4 years ago

@hmakridis , @NikosVrakas

This isn't an app bug but a firebase bug. When creating a dynamic link you have to specify a fallbackURL as per their documentation in order to go somewhere if all else fails. However, it seems that they're doing something wrong at the moment and it always ends up on the fallbackURL on iOS. When I changed the fallback to google.com it was always redirecting me to Google.

Leaving the fallbackURL empty results in the dynamic link having correct behaviour, however it's not advised as it may produce problems in the future.

Let me know if you prefer to leave it empty or not.

Firebase Dynamic Links documentation for reference: https://firebase.google.com/docs/dynamic-links/ios/create?authuser=0