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

微笑、不失礼 提交于 2019-12-03 05:20:07

问题


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?


回答1:


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




回答2:


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.




回答3:


Yes, you can use your own webservice for checking updates, and open link to new apk in browser. After downloading user can install new version.



来源:https://stackoverflow.com/questions/9930562/is-autoupdating-possible-in-android-without-using-android-market

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!