iPhone/iPad企业分销问题
我刚刚设置了 iPhone / iPad 通用应用程序来支持企业分发。我已将配置文件、plist 文件和应用程序本身(IPA 文件)托管在我们的专用服务器上。
用户可以在设备上访问 Safari 并下载配置文件,它会自行安装。他们还可以查看 plist 文件(我们用它来测试连接性等)。
但是,无论我们如何尝试,应用程序文件本身都不会下载。我们导航到“get”URL,该 URL 发回清单 (plist) 文件,该文件又重定向到应用程序 (IPA) 文件本身。 Safari 显示“Safari 无法下载此文件”错误,并且我们在服务器端抛出“管道损坏”异常。
我有点卡住了,所以任何帮助将不胜感激!
提前致谢, 本
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
除了 plist 和 IPA 文件之外,您不需要任何东西,因为现在配置配置文件捆绑在 IPA 中。
plist 是你自己创建的吗?或者您是否让 XCode 通过 XCode 中的“构建和存档”路径为您生成了它?
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?