简体   繁体   English

企业应用程序未安装在iPhone 5s上

[英]Enterprise Application Not installing on iPhone 5s

I have an enterprise application that is deployed via a web service. 我有一个通过Web服务部署的企业应用程序。 This application has installed on devices previously, but now it is refusing to install on all but one device. 该应用程序以前已安装在设备上,但现在拒绝安装在一个设备上。 Many of my colleagues have downloaded the application without a problem through our web service, all this is, is a simple link on a webpage linking to an IPA file. 我的许多同事都通过我们的Web服务毫无问题地下载了该应用程序,所有这些都是链接到IPA文件的网页上的简单链接。

Steps already checked and taken: 已经检查并采取的步骤:

Provisioning profiles valid.(both development and ad-hoc distribution) 供应配置文件有效(开发和临时分发)

Checked other devices (4s,5s) to make sure it does install properly. 检查其他设备(4s,5s)以确保其安装正确。

Checked security to and from the device. 检查与设备之间的安全性。

Checked connectivity to and from the device. 检查与设备之间的连接。 ( Wifi, VPN, Cellular, ) (Wifi,VPN,蜂窝,)

Devices updated to 8.2 + , application target 8.2. 设备更新至8.2 +,应用程序目标为8.2。

Checked the storage on the device to make sure its not full. 检查设备上的存储,以确保其未满。

I am aware of installing the application through iTunes, however I have not yet had the opportunity to do so. 我知道可以通过iTunes安装该应用程序,但是我还没有机会这样做。

EDIT: I should mention that this application previously installed successfully on the very same device that I'm having a problem with now, This has only come around since a release made only recently. 编辑:我应该提一下,此应用程序以前已经成功安装在与我现在有问题的同一台设备上,这仅是自最近发布以来才出现。

Speaking from experience try these steps ... 从经验上讲,请尝试以下步骤...

  1. Make sure you are serving the app using URL like itms-services://?action=download-manifest&url=http://example.com/App.plist 确保您正在使用类似itms-services://?action=download-manifest&url=http://example.com/App.plist URL来提供应用程序
  2. Make sure that the App.list points to the App.ipa over https connection 确保App.list指向App.ipahttps连接
  3. Make sure that the https connection uses valid SSL certificate from trusted Certificate Authority 确保https连接使用来自受信任证书颁发机构的 有效SSL证书

If still does not work then ... 如果仍然无法正常工作,则...

  1. Connect the device to your Mac 将设备连接到Mac
  2. Open Xcode 开启Xcode
  3. Open Window > Devices 打开窗口>设备
  4. In Devices window find your device in the left panel and select it 在“设备”窗口中,在左侧面板中找到您的设备,然后选择它
  5. On the bottom left of the right panel in the window click the "up arrow in box" icon, this will bring up the Device console 在窗口右面板的左下角,单击“框中的向上箭头”图标,这将弹出设备控制台
  6. Clear the console 清除控制台
  7. Try to install the app on the Device and watch the logs for error messages 尝试在设备上安装该应用,并查看日志中的错误消息

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

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