0

I don't understand how deep linking can redirect the user to google play? example if I gave to the user the URL: myApp://launch how the user could be redirected to the google play if he doesn't have my app installed?

zeus
  • 12,173
  • 9
  • 63
  • 184

1 Answers1

0

I am not sure if this is possible with myapp:// schema, you will have to use an HTTP schema to hit a webserver that resolves to a HTTP redirect to Play Store. Or you can try tools like Branch to achieve this functionality.

dev
  • 11,071
  • 22
  • 74
  • 122