简体   繁体   English

将应用程序从服务器远程推送到用户的设备

[英]Pushing apps remotely from server to user's device

I have an application which runs on an organization's server. 我有一个在组织的服务器上运行的应用程序。 I also have a mobile application which the users of the organization can download from the app store. 我也有一个移动应用程序,组织的用户可以从应用程序商店下载。

I want the person managing the application on the server side to be able to select the users and install the mobile application remotely on the user's devices without users having to go to the store to download it. 我希望在服务器端管理应用程序的人能够选择用户并在用户的设备上远程安装移动应用程序,而无需用户去商店下载它。

How do I do this for my iOS app and is it possible to do this for Android apps? 如何为我的iOS应用执行此操作,是否可以为Android应用执行此操作?

Since it is an enterprise app, the iOS app has to be trusted by Apple for users to use it. 由于它是企业应用程序,因此必须由Apple信任iOS应用程序,用户才能使用它。 I don't want the user to trust the app manually by going to settings. 我不希望用户通过转到设置来手动信任该应用程序。

On ANdroid you can't silently install it. 在ANdroid上,您无法静默安装它。 You can download it and attempt to install it, which will prompt the user for permission. 您可以下载并尝试安装它,这将提示用户许可。 To silently install, you'd need to be a system app with the appropriate permission. 要以静默方式安装,您需要成为具有相应权限的系统应用。 Which means you'd need rooted devices, which more or less means devices you guys but and maintain. 这意味着您需要植根的设备,或多或少意味着您需要但仍在维护的设备。 But if that's a viable path you should check out device ownership policies and the amount of control you have that way. 但是,如果这是一条可行的路径,则应检查设备所有权策略以及您拥有的控制量。

只需添加到@Gabe,您可以做的是,您可以在设备上安装基本应用,然后请求安装其他内容的请求。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM