查询谷歌Play商店的一个应用程序的版本?应用程序、商店、版本、Play

由网友(挽袖吟)分享简介:有没有一种方法来查询播放商店的应用程序版本,而不需要用户凭据。我知道这个非官方的API:is there a way to query the play store for the version of an app without the need for user-credentials. I am aware...

有没有一种方法来查询播放商店的应用程序版本,而不需要用户凭据。我知道这个非官方的API:

is there a way to query the play store for the version of an app without the need for user-credentials. I am aware of this unofficial API:

http://$c$c.google.com/p/android-market-api/

但我不希望靠用户凭据 - 我可以访问在隐身模式下,谷歌播放站点,通过镀铬也 - 所以它必须能够以某种方式。但是我发现没有办法,我也不想回退拼抢; - )

but I don't want to rely on user credentials - I can visit the google play sites in incognito mode via chrome also - so it must be possible somehow. But I found no way and I don't want to fallback on scraping ;-)

推荐答案

发现通过G +一个合适的API: 这是API: https://androidquery.appspot.com

Found a suitable API via G+: this is the API: https://androidquery.appspot.com

例如呼叫:https://androidquery.appspot.com/api/market?app=org.ligi.fast

和这个包装/ code:https://github.com/androidquery/androidquery

and this wrapper/code: https://github.com/androidquery/androidquery

阅读全文

相关推荐

最新文章