简体   繁体   English

iOS-无法在少数设备上安装企业应用程序

[英]iOS-Not able to install enterprise app on few devices

My client distributed our enterprise app. 我的客户分发了我们的企业应用程序。 On every device, it is getting installed but there are 2 devices iPhone X and iPhone SE with iOS version 11.4 it is not getting downloaded showing "App cannot be download at this time". 在每台设备上,都将安装该设备,但是有2台设备的iPhone X和iPhone SE的iOS版本为11.4,但尚未下载,显示“此时无法下载应用程序”。 They are making a link using Diawi to share among their employees. 他们正在使用Diawi建立链接,以便在员工之间共享。 Please, can someone help? 请,有人可以帮忙吗?

If your client has the project ask them to check the Deployment Info section in the Xcode project. 如果您的客户有项目,请他们检查Xcode项目中的“ 部署信息”部分。 If the option selected against Devices is Universal, you should not have any problem installing it on any iOS device (iPhone, or IPad). 如果在“设备”上选择的选项是“通用”,则在任何iOS设备(iPhone或iPad)上安装它都不会有问题。 But if the value for Devices is set to either iPhone or iPad you can install the app only on the selected device type. 但是,如果“设备”的值设置为iPhone或iPad,则只能在选定的设备类型上安装该应用程序。

Also Do remember to register the UDIDs of the devices on which the app will be downloaded 另外请记住注册要下载应用程序的设备的UDID

.

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

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