Android marketplace link
I think I would like users to be directed to the marketplace for an "in-app update" I am creating.
On iOS there are itunes://url style links that takes users to the itunes store. This is also recognized on windows if you have itunes installed.
So I am wondering if there is a way to invoke the android marketplace via a specially formatted lin开发者_如何学JAVAk from within another app or in a webview (within an app)
Yes, you can use:
market://details?id=com.example.your.package
精彩评论