Android Marketplace, how would I email a link that would open the Market place from a device?
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
精彩评论