Is there a way to automatically update application on Android?
Posted
by Levara
on Stack Overflow
See other posts from Stack Overflow
or by Levara
Published on 2010-06-16T22:57:39Z
Indexed on
2010/06/16
23:02 UTC
Read the original article
Hit count: 152
android
|android-sdk
Hi,
I'm developing an application that will most likely be preinstalled on devices. It will be also available on Market. Is there a way to update those instances that are not downloaded through Market, since Market won't notify users about an update.
I was thinking about, as suggested here, trying to contact my site periodically, and when update is available, download it.
I'm wondering if there is a way to do this update automatically, so that user doesn't have to do anything (like running the package manually). Or, when my site shows update is available, to offer users an update through Market, even though it's not installed through Market.
Thanks!
© Stack Overflow or respective owner