Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
336 views
in Technique[技术] by (71.8m points)

ios - Enterprise Application Not installing on iPhone 5s

I have an enterprise application that is deployed via a web service. 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.

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.

Checked security to and from the device.

Checked connectivity to and from the device. ( Wifi, VPN, Cellular, )

Devices updated to 8.2 + , application target 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.

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.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

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
  2. Make sure that the App.list points to the App.ipa over https connection
  3. Make sure that the https connection uses valid SSL certificate from trusted Certificate Authority

If still does not work then ...

  1. Connect the device to your Mac
  2. Open 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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...