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

StackOverflow https://stackoverflow.com/questions/2805767

  •  25-09-2019
  •  | 
  •  

문제

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 would 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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top