0

As you can see here, i want to change the behavior of my Firebase Dynamic Link when it is typed into the Android Browser, because right now it redirects me to the PlayStore instead of Deep Linking into the app. How can i achieve such behavior?

Current Dynamic Link Preview

Nouman Ch
  • 4,023
  • 4
  • 29
  • 42

1 Answers1

0

While creating dynamic link you need to specify either you want to open any specific URL in browser or you need to open your app.

If you need to open your app when dynamic link gets clicked then at the time of creating new dynamic link you need to choose your app from drop down list instead of giving url.

If the app is installed already it will open it otherwise redirect you towards playstore. For opening app from deep link you need to write code into your activity that can handle the coming deep link.

Chrome doesn't open the deep links some time due to wontfix bug in Chrome 40+. Mentioned in link for detail.

Same is the case with Firebox and other browsers. firefox broswer issue

Related Problem

Nouman Ch
  • 4,023
  • 4
  • 29
  • 42