Android应用程序不在市场中:如何推送更新?
我有一个为我的公司编写的 Android 应用程序,由于它是一个私人应用程序,因此它不在 Android 市场中。我希望能够让应用程序定期检查更新,如果有更新,则通知用户并开始下载/安装更新。
有这样的例子吗?
I have an android app written for my company and since its a private app, it is not in the android market. I'd like to be able to have the app check periodically for an update and if there is one notify the user and start downloading / installing the update.
Is there an example of something like this out there?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在应用程序启动时检查可用版本,您可以使用 AlertDialog 来请求升级。
读这个::
有没有办法自动更新应用程序在 Android 上?
这是一个 AlertDialog 示例::
at the start of your app check the available version, the you can use an AlertDialog to ask for the upgrade.
Read this::
Is there a way to automatically update application on Android?
and this is an AlertDialog example::
Pushlink (https://www.pushlink.com) 旨在让您的企业应用程序自行更新,无需第三方库。您还可以使用一些更新策略,例如状态栏、弹出窗口或针对 root 设备的静默更新。
Pushlink (https://www.pushlink.com) aims make your enterprise application update itself without third-party libraries. You can also use some of the update strategies like status bar, popups or silent updates for rooted devices.