Does anyone know how to redirect a user when they click on a link in a browser so that it will automatically open up google play store and ask the user to download a specific app?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A regular old link to google play will redirect to the play app.
http://developer.android.com/distribute/googleplay/promote/linking.html
But if you linking only for devices from an app it is best to use the following format.
market://details?id=
It might also be advantageous to set up a QR code, might be much easier for some users;
You can achieve this using googles chart api
https://chart.googleapis.com/chart?chs=150×150&cht=qr&chl=market://details?id=packagename