IshduttT
IshduttT

Reputation: 333

Deeplink: How to redirect user to a website when app is not installed instead of playstore

How do we simulate this behaviour?

When the app is installed -> redirect to the app
When not installed -> Redirect to some webpage.

If the app is not installed, the default behaviour is redirecting the user to the play store (Using Google's dynamic link).

Is it possible to do it via Google's dynamic link?

Upvotes: 1

Views: 1527

Answers (1)

IshduttT
IshduttT

Reputation: 333

I was able to solve this problem. There are two fields: androidFallbackLink and iosFallbackLink in google dynamic links for this exact issue. Attaching the documentation link for the same: https://firebase.google.com/docs/reference/dynamic-links/link-shortener

Upvotes: 1

Related Questions