I have an app that should only be used by an x number of employees, so it's not in the playstore, but I wanted to know how I can make updates available and install them.
I have an app that should only be used by an x number of employees, so it's not in the playstore, but I wanted to know how I can make updates available and install them.
If you would like to check if you have app updates (without interacting with Google Play), you would obviously have to put the app on a server (providing your current version) and leave the server check if there is a newer version available. If this is the case, let the server respond with a changelog and a URL to the latest version.
There are libraries to do this: