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

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -