Auto-Update for (private) Android apps
janjonas, in the company I work we had a similar problem with Windows Mobile 6.x, and we use pretty much the same solution pointed by EboMike: The main app check if it’s updated, against a WebService. It receives the current version & the URL from where download the new version, if necessary. The main app … Read more