How to get latest version of android app from Google Playstore? -


question :

i want latest version of app in production, google playstore. want add functionality force upgrade, if changes in latest version require it.

what have :

i updating latest version of app on server, , forcing app request , check version against it. works. not want update on server everytime release new version. want app able pick same information google playstore instead.

what need :

i can handle logic @ client side (on app). need api call playstore own app's latest production version. if can me pointers on this, helpful.

cheers,

rohitesh


Comments

Popular posts from this blog

C++: Boost interprocess memory mapped file error -

python - IO.UnsupportedOperation: Not Writable -

python - Selecting distinct values from a column in Peewee -