We are trying to generate a link that, when clicked in a browser, opens our App if it\'s installed. This is usually done with something like this:
intent://som
I think this is your answer https://stackoverflow.com/a/28792160/5034920 Basically you must implement the intent filter like this:
and at the server side, create a redirect rule to google play. For example, https://www.foo.com/bar/BlahBlah will redirect to https://play.google.com/store/apps/details?id=com.bar.foo&referrer=BlahBlah.