I have a deployed an android app which has not been uploaded to Google Play according to the requirement of the client. I want to update the apk without uploading to Google Play and keeping the existing data of the current app. Is there a possibility to update the installed apk using a new apk by the device?
Thank you

有帮助吗?

解决方案

You need to download the updated .apk from your server through your app, then you can install the apk through action Intent.

For more detail on how to install the apk from app refer the following link.

https://stackoverflow.com/a/4969421/1405008

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top