android - Receive/install application updates from code -
I want to control Android app updates (the app is published on Google Play) Closes, and user needs to update (and installs when available) manually - clicking buttons, menu items, or searching for another is a way to implement it? (For example send Google Play or some such request) Thanks in advance Michael
I'm not sure Google supports it, but since you know the application package, You should use a non-governmental library to get information about your application (hence the current version on the Play Store)
There is a link to a library here:
It seems that it is a bit old and I do not know whether it is currently under maintenance
the best way Applying a small website (or a simple page on the server) and checking against it
You can check this application on startup and display a dialog for example
Comments
Post a Comment