Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Market application Url?

Is there right way to get Url to android market app ? I read some answer here but I did not success to get any ?

like image 839
Nezir Avatar asked Oct 29 '10 19:10

Nezir


2 Answers

Bryan's market URL will work, but I prefer:

market://details?id=com.example.your.package

since it will take you directly to the details page.

like image 90
emmby Avatar answered Sep 18 '22 15:09

emmby


For phones:

market://search?q=pname:[name of your package here]

For example:

market://search?q=pname:net.mandaria.tippytipper

For non-phones: You'll need to link to an Android Market aggregator such as appbrain:

http://www.appbrain.com/app/net.mandaria.tippytipper
like image 33
Bryan Denny Avatar answered Sep 18 '22 15:09

Bryan Denny