android - Automatic silent update for corporative app -
i have private application 20 customers.
we need update application manually via team viewer.
i researched this, did not find solution or suggestion yet.
for example: https://groups.google.com/forum/#!topic/android-developers/dpgbzi9qrgq
for example: https://blog.vivekpanyam.com/evolve-seamlessly-deploy-android-apps-to-users/
do have suggestions application auto update itself.
note: know google play store politic, not using google play store.
thanks suggestions or solutions.
you need have place @ server versions can downloaded from.
you need have place, maybe database store version releases.
whenever release new version, should store new version @ place can downloaded , need make sure store somehow have new version.
you need installer extract newest version of application , installs instead of old version. should automatically placed @ users.
your application needs check periodically requesting server whether there new version. if so, installer should executed, download new version, uninstall old version , install new version.
Comments
Post a Comment