Current Android app version in Google Play

2019-09-01 07:01发布

问题:

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.