android - Notify user within app that a new version is available -
i have android app in market , i've noticed can take quite while app updated when release new version.
what hoping google google chrome app (may beta version not sure).
what want when user launches app, can check see if there new version available, , if so, display small message @ bottom inform user there new version available download. if click user taken straight app within play store can commence update.
how done? i've not managed find android, i've found couple of things relating ios no me.
thanks can provide.
there no api or service when can check google play latest version of app is.
instead, should maintain latest version code on server, , have app check periodically against own version code. if version code higher on server, app needs updated , can tell user accordingly.
Comments
Post a Comment