Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

is autoupdating possible in Android without using android market? [duplicate]

Possible Duplicate:
Is there a way to automatically update application on Android?

As a property of an application(NOT USING GOOGLE PLAY), an auto-updating possible in android? I mean can a application check and download the new apk file, and install after downloading it?

like image 878
guness Avatar asked Mar 29 '12 17:03

guness


2 Answers

Check out the CWAC-Updater project: https://github.com/commonsguy/cwac-updater

like image 62
Marc Bernstein Avatar answered Nov 15 '22 06:11

Marc Bernstein


If you don't want to maintain you own update server, you may try this: auto-update-apk.com

Android client is open-source under Apache 2.0 license, so you may see how it works and make any changes, if necessary, before incorporating into your own project or using it as a starting point of your project.

like image 36
lenik Avatar answered Nov 15 '22 08:11

lenik