iPhone/iPad企业分销问题

发布于 2024-09-24 10:15:06 字数 346 浏览 0 评论 0原文

我刚刚设置了 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

柠栀 2024-10-01 10:15:06

除了 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?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文