Android apps - are users automatically notified of new versions -
are there special requirements app should obey ensure users notofied when update available? (my current app freeware if matters)
google play shows automatic update once release newer version of app in google play. update can see if user visits app in google play.
if want show update notification @ launch of application, coding required.
you can write code inside start of application read file server, contains version number of app. evereytime update application, can change version number in server.
so, once app gets different version number compared t previous 1 saved in sharedpreference, can write logic launch googleplay update app , update sharedpreference latest version number.
hope understand trying say.
Comments
Post a Comment