Reputation: 92
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.
Upvotes: 0
Views: 826
Reputation: 5869
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.
Upvotes: 1
Reputation: 10368
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.
Upvotes: 1