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++ - llvm function pass ReplaceInstWithInst malloc -

java.lang.NoClassDefFoundError When Creating New Android Project -

Decoding a Python 2 `tempfile` with python-future -