Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Update android application remotely

Tags:

android

how to update an android third party application on mobile with user permission?
We are developing one product.client installed it from our company website.
How to update it remotely?

Thanks in advance

like image 525
Aswan Avatar asked Apr 30 '26 00:04

Aswan


1 Answers

The means that you used to install the application in the first place generally gives you a way of notifying the user of the availability of an update, however with one exception they have to choose to install the update - you can't force it.

If the application came from the android market, that has a scheme for checking for updates which the use will have the option of installing.

If you emailed the apk to the user as an attachment, or called their attention to its availability on a website, you can do the same with the replacement.

Same story if you had them install it from their PC via the sdk or "sideload wonder machine".

(The only "mandatory" sort of upgrade I know of is for the mobile carrier to trigger an OTA update as is used to update the android system itself, and include a new apk as part (or all) of the payload. Even this may be able to be deferred for a while)

like image 180
Chris Stratton Avatar answered May 01 '26 14:05

Chris Stratton



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!