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.

  1. you need have place @ server versions can downloaded from.

  2. you need have place, maybe database store version releases.

  3. whenever release new version, should store new version @ place can downloaded , need make sure store somehow have new version.

  4. you need installer extract newest version of application , installs instead of old version. should automatically placed @ users.

  5. 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

Popular posts from this blog

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -