Current Android App Version In Google Play
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
Solution 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.
Post a Comment for "Current Android App Version In Google Play"