I have to create a custom app store for android apps. The app store application will download the applications from the server and install it in the users device. Suppose the application gets updated on the server, and server sends the push notification to the device for the update.
Now how can the app store application un-install the previous application and install the new one?
What code examples can help to implement it ?
EDIT :
njzk2 Thanks a lot !!!
So will just use the Installing app logic even for update :
For installing : Android: install .apk programmatically