开发者

Android Marketplace, how would I email a link that would open the Market place from a device?

开发者 https://www.devze.com 2022-12-30 07:13 出处:网络
I want to offer a webform on my app\'s website that sends an email tothe provided address, that if opened from a Android device would launch the marketplace on the phone.I have used the following:

I want to offer a webform on my app's website that sends an email to the provided address, that if opened from a Android device would launch the marketplace on the phone. I have used the following:

http://market.android.com/details?id=package.apk

It takes me to a loading screen, but I get Sorry, the application Market (process.com.android.vending) has stopped unexpectedly. Please try again.

Is this possible? It seems that it w开发者_运维百科ould be due to the marketplace even trying to load???

Thanks


You want to use the market protocol.

market://search?q=pname:com.yourapp.packagename


I had the package name wrong. I got it to work

0

精彩评论

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