简体   繁体   English

iPhone / iPad企业发行问题

[英]iPhone / iPad enterprise distribution problem

I've just set up our iPhone / iPad Universal app to support Enterprise Distribution. 我刚刚设置了iPhone / iPad Universal应用程序以支持企业分发。 I've hosted the provisioning profile, the plist file, and the application itself (the IPA file) on our private servers. 我已经在我们的专用服务器上托管了配置文件,plist文件和应用程序本身(IPA文件)。

Users can go to Safari on their device and download the provisioning profile and it installs itself just fine. 用户可以在其设备上使用Safari并下载预配置文件,然后自动进行自我安装。 They can also view the plist file (we used this to test connectivity, etc). 他们还可以查看plist文件(我们使用它来测试连接性等)。

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. 我们导航到“获取” URL,该URL发送回清单(plist)文件,该文件又重定向到应用程序(IPA)文件本身。 Safari displays a 'Safari cannot download this file' error and we get a 'broken pipe' exception thrown on the server side. Safari显示“ Safari无法下载此文件”错误,并且在服务器端引发了“管道中断”异常。

I'm kinda stuck, so any help would be greatly appreciated! 我有点坚持,所以任何帮助将不胜感激!

Thanks in advance, Ben 预先感谢,本

You shouldn't need anything but the plist and the IPA file, since nowadays the provisioning profile comes bundled in the IPA. 除了plist和IPA文件之外,您什么都不需要,因为如今配置文件已捆绑在IPA中。

Did you create the plist yourself. 您是否自己创建了plist? or did you have XCode generate it for you with through the "Build and Archive" path in XCode? 还是通过XCode中的“构建和存档”路径为您生成了XCode?

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

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