I want to know if the following is possible.
We are tracking downloads of apps (installs). Our users have to click on a URL which opens a browser to our http tracking link. This then redirects to Google Play for the user to download the app. The user is presented with an option asking whether they want to continue in Play App or go to the Play website.
This is the URL: http://play.google.com/store/apps/details?id=com.proptiger
Is it possible to force the URL to open in the App using the following: market://details?id=com.proptiger - I cannot get this to work in a browser.
Can anyone confirm?
Thanks
It seems that market://details?id=com.proptiger does work as redirect in the android browser but it doesn't work if you type it directly into the address bar.