3G企业分发问题
我正在尝试分发企业应用程序,但当用户尝试通过 3G 连接下载该应用程序时遇到问题。我已经创建了正确的清单文件,它正确指向 .ipa 位置。我可以通过 Wi-Fi 网络正常下载并安装该应用程序,但是当我关闭 Wi-Fi 时,我将无法再下载该应用程序。我没有成功安装,而是弹出“无法下载”。
我的应用程序大小只有 440K,因此不受文件大小限制。
有谁知道这会是什么原因造成的?帮助将不胜感激。如果您需要更多详细信息,请告诉我。
谢谢。
I am trying to distribute an enterprise application, but I am having trouble when users try to download the app over a 3G connection. I've created the proper manifest file and it points correctly to the .ipa location. I am able to download and install the application fine over a Wi-Fi network, but when I switch off Wi-Fi, I am no longer able to download the app. Rather than a successful installation, I get the "Unable to download" pop up.
My application size is only 440K, so it is not subject to file size limits.
Does anyone know what would be causing this? Help would be greatly appreciated. Please let me know if you need more details.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
事实证明,我们的网络服务器遇到了网络延迟。我相信我们正在失去与 Apple 服务器的连接,该服务器正在验证我们的应用程序的企业状态。最终延迟消失了,我们能够毫无问题地下载文件。
As it turns out, our web server was experiencing network latency. I believe we were losing the connection to Apple's server, which was verifying our application's enterprise status. Eventually the latency cleared up and we were able to download the file with no problems.
您的 ipa 文件和清单是在公共服务器上还是在内部服务器上?当您使用 3G 连接时,您只能看到公共计算机。当您使用 wi-fi 时,您可以看到本地网络或 Intranet 上的计算机。
Is the your ipa file and manifest on a public server, or is it on an internal server? When you're using the 3G connection you're only able to see machines that are public. When you're using wi-fi you can see machines that are on a local network or intranet.