I recently made changes to an existing application, and we would like to make changes to our users as a downloadable update.
The application recognizes that there is an update and downloads the file. After downloading, we can click the apk file and it says that it will replace the existing application. We click OK, then click "Install" and we get a message, simply saying "The application is not installed."
We would like this to be a fairly smooth transition to a new update, since we have ~ 1000 users who will need to update this product for our company.
Both applications (old version and new version) are signed by APK with the same certificate. If each user uninstalls manually, then installing a new version is not an option, since we gave them limited access to their phone features.
source share