开发者

Android Market/Google Play URL

开发者 https://www.devze.com 2023-01-15 21:49 出处:网络
How do I fin开发者_高级运维d my application\'s market URL on the Android Market/Google Play?The Market URL is formatted like this:

How do I fin开发者_高级运维d my application's market URL on the Android Market/Google Play?


The Market URL is formatted like this:

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


With the recent market website updates, the following will work both on the device and from non-android web browsers:

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

However, on the device, this URL will prompt the user whether they want to open the Market app or a Browser.


After the recent brand change, the url now is:

https://play.google.com/store/apps/details?id=com.example.test


Not sure about the android market, I think they say you can only browse them by phone, but sites like this index them: http://www.appbrain.com/

0

精彩评论

暂无评论...
验证码 换一张
取 消