Android 自定义应用程序 OTA 安装
我想了解是否可以通过从网络链接下载 apk 来在 Android 中无线安装应用程序。 该应用程序是为每个用户定制的,因此我不会在 AppStore 中放置一个应用程序,而是每个用户一个。
似乎有一两篇关于这个主题的帖子,但没有明确的答案。
谢谢。
I would like to find out if it is possible to install applications Over The Air in Android by downloading the apk from a web link.
The application is meant to be customised for each user hence there won't be one application which I could put in the AppStore, but one per user.
There seem to be a post or two on the subject but no clear answer.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果用户启用了从“未知来源”下载应用程序的选项,则有可能。当然,您应该考虑包含某种动态更改应用程序以适应用户的方法的可能性,并使用单个 apk。如果您详细说明您的问题,SO 中可能会提供解决方案的建议。
It is possible if the user has enabled the option to download apps from "unknown sources". Of course, you should consider the possibility of including some way of dynamically changing the app to suit the user, and use a single apk. If you elaborate on your problem, there might be suggestions for solutions in SO.