0

I am implementing android deep-linking concept and its working fine and my question is, I want to redirect the link to my play store application page if the app is not installed in the mobile.

Please guide me to find it out, Thanks.

Surendar D
  • 4,689
  • 4
  • 31
  • 34
  • https://stackoverflow.com/a/11753070/8112541 – Goku Dec 04 '17 at 04:44
  • Possible duplicate of [Android Deep linking: Use the same link for the app and the play store](https://stackoverflow.com/questions/28744167/android-deep-linking-use-the-same-link-for-the-app-and-the-play-store) – ADM Dec 04 '17 at 04:44
  • @ADM, this we can do inside the app but my question is I want to do this if the app is not existing. – Surendar D Dec 04 '17 at 04:52
  • 1
    See the first answer Its exactly what you need. Its need server involvement. Server will redirect the link to play store not the app .You are looking for server side code [Check this link](https://stackoverflow.com/questions/24464602/redirect-to-appstore-or-google-play). – ADM Dec 04 '17 at 04:54
  • Where do you want to show your deep link? – tahsinRupam Dec 04 '17 at 05:03
  • Thanks @ADM I will check. – Surendar D Dec 04 '17 at 06:07
  • https://stackoverflow.com/questions/29340428/launch-app-if-installed-or-open-google-play-with-install-referrer Possible duplicate – Tara Dec 04 '17 at 07:15

1 Answers1

0

I would suggest using this Branch IO. It's much easier to implement in your android app. Follow this tutorial : branch.io deep-linking

Vicky
  • 1,608
  • 4
  • 18
  • 32