iPhone / iPad enterprise distribution problem

纵然是瞬间 提交于 2019-12-11 06:18:30

问题


I've just set up our iPhone / iPad Universal app to support Enterprise Distribution. I've hosted the provisioning profile, the plist file, and the application itself (the IPA file) on our private servers.

Users can go to Safari on their device and download the provisioning profile and it installs itself just fine. They can also view the plist file (we used this to test connectivity, etc).

However, no matter what we try the application file itself will not download. We navigate to our 'get' URL which sends back the manifest (plist) file, which in turn redirects to the application (IPA) file itself. Safari displays a 'Safari cannot download this file' error and we get a 'broken pipe' exception thrown on the server side.

I'm kinda stuck, so any help would be greatly appreciated!

Thanks in advance, Ben


回答1:


You shouldn't need anything but the plist and the IPA file, since nowadays the provisioning profile comes bundled in the IPA.

Did you create the plist yourself. or did you have XCode generate it for you with through the "Build and Archive" path in XCode?



来源:https://stackoverflow.com/questions/3748312/iphone-ipad-enterprise-distribution-problem

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!