query the google play store for the version of an app?

前端 未结 4 1557
悲&欢浪女
悲&欢浪女 2020-11-30 06:57

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://code.google.com/p/a

4条回答
  •  攒了一身酷
    2020-11-30 07:12

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

    example call: https://androidquery.appspot.com/api/market?app=org.ligi.fast

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

提交回复
热议问题