Current Android app version in Google Play

匆匆过客 提交于 2019-12-13 04:47:55

问题


I have android apps hosted in google play. I want to find if updates are available or not programatically along with version number.

Is it possible to get the current android app version in google play?

Thanks.


回答1:


This is not possible as google don't provide any such api. If you want to do so then you have to create a web service which returns all your currently live apps versions and then check them in your app.




回答2:


NO, GooglePlay is private. You cannot get the new version from Google player service.

But the PlayStore application will watch for all the downloaded applications for update.



来源:https://stackoverflow.com/questions/20261335/current-android-app-version-in-google-play

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!