0
  1. Clicking the received link on an Android device that have the app installed already -> The app opens [great!]
  2. Clicking the received link on an Android device that DO NOT have the app installed already -> Google Play opens

I am wondering if I could change the behavior of #2 as the following

Clicking the received link on an Android device that DO NOT have the app installed already -> corresponding web page .

if he clicks "Open in app" -> Google play opnens

eugene
  • 39,839
  • 68
  • 255
  • 489

1 Answers1

1

There is a way to specify custom fallback link. For Android fallback link see this page, parameter name AndroidParameters.setFallbackUrl.

Oleksiy Ivanov
  • 2,454
  • 15
  • 21