I have been working with client and the app is finished and working well on all devices (Kiosks).That APK is not posted on google play store. and it is hosted privately on the website of client.
Now there is requirement where my client wants to update all devices whenever new version is updated on their websites. So the requirements are as follows
- Whenever the new updates are made, app needs to automatically get updates just like a google play store.
- App needs to start installation of new Updated version with out user intervention . Here user intervention mean that once he app is installed first time then the app must check updates itself and should install app itself with out asking anything to user.
For this purposes I have read different links over the SO. like, this , this and this. But none of them is perfectly matching my case.
So the main challenge is to convey the information to the app that new version is available now so that our app starts downloading the new version then there comes the second step and that is to install it automatically with out user intervention.
Please help me in this context . It would be appreciateable.