I have never developed an android application which is distributed for users. Does the google play or anywhere where we send the app automatically handle this when we upload a new version of the app or we, as the developer, must handle it as if having a code inside our app to recognize this circumstance? What is the recommended one if we are the one to handle it? Should we run a server which the app should communicate?
In B4A Main Activity, you will see version code 1.
When you upload your app to the play store, and you want to update to the new version, Just increase the version code, for example to 2.
Google will automatically inform your users about the new update
Time goes by, things change and old tools need to be updated. AppUpdating 2.0 is a partial rewrite of AppUpdating, a lib written back in 2014 to allow the remote update of non-market applications hosted on a webserver. Why AU 2.0? Main reason is Google's introduction of Android 8 and the...