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
Asked
Active
Viewed 1.3k times
6

computingfreak
- 4,939
- 1
- 34
- 51

vidulaJ
- 1,232
- 1
- 16
- 31
-
How do you save your data? – Ranjith Apr 03 '14 at 04:21
-
As preferences and in a SQLite database. – vidulaJ Apr 03 '14 at 04:30
1 Answers
2
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.

Community
- 1
- 1

CoolMonster
- 2,258
- 25
- 50