Can we do silent updation for android application?

我与影子孤独终老i 提交于 2019-12-23 01:53:16

问题


Is there any way to make automatic silent update for corporative app? We have an app that working only with local network and WEB-service. Tablets works thru Wi-Fi, but has no access to internet because of security. We need to get something like this functionality:

  1. Administrator put some updates to server.
  2. App downloads files and automaticly update itself without any additional action of users.

Is there any way to do this?


回答1:


Such an upgrade without the android market is possible only if the device is rooted, see: https://stackoverflow.com/a/15085540/516188




回答2:


It depend on exactly what you are requesting. You can't update with a new apk file but you can download files in the background without the user notices and if you have embedded web interface you can completely change your website which you link/embed in your app.




回答3:


You can background download your application apk file => call installer (use service) or use C2DM but it must ask user's permission to update. All app on google play do it this way. May be you can decompile google play and find some hidden permissions.



来源:https://stackoverflow.com/questions/10328471/can-we-do-silent-updation-for-android-application

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