Android Market application Url?

2020-03-01 08:12发布

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

7条回答
爱情/是我丢掉的垃圾
2楼-- · 2020-03-01 08:40

This should work as a standard HTML anchor tag:

https://market.android.com/search?q=pname:[name of your package here]

IE: https://market.android.com/search?q=pname:com.google.earth

Similar to Bryan Denny's answer on 10/29/2010, but in regular URL format, and not the special "market://" style link.

查看更多
老娘就宠你
3楼-- · 2020-03-01 08:43

the apps are hosted on their own sites. you can download the apps from your android mobile by visiting the market place.

查看更多
叼着烟拽天下
4楼-- · 2020-03-01 08:44

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.

查看更多
小情绪 Triste *
5楼-- · 2020-03-01 08:48

See http://developer.android.com/distribute/googleplay/promote/linking.html

Basically, from a web site use: http://play.google.com/store/apps/details?id=<package_name>

From an android app use: market://details?id=<package_name>

查看更多
劳资没心,怎么记你
7楼-- · 2020-03-01 09:00

https://market.android.com/details?id=com.somecompany.someapp

replace com.somecompany.someapp with your app package

查看更多
登录 后发表回答