0

I have setup OTA (Over-the-Air) Enterprise distribution for my iOS App through my enterprise iOS account. It's all setup except the only problem is that it gives an unable to download error. Most probable reason that I see here that the device on which I try to install doesn't have the distribution provisioning profile built with my distribution certificate on each device.

My question is, how can I install this distribution provisioning profile on a device that is clicking on the link created for OTA distribution and supposed to run this app? I do know that for Enterprise iOS account, we don't need UDID registration.

Thanks

4

1 回答 1

0

有几个潜在的“陷阱”。对于 iOS 7.1 +,一个明显的问题是下载 html 和清单 .plist 必须位于 https 服务器上。另一个是,即使它们是,该服务器也必须正确处理 .ipa 文件的 MIME 类型。我认为 Apache 服务器通常没有问题。Microsoft 服务器本身并未为此设置,因此管理员必须对其进行“调整”才能将“.ipa”视为“应用程序/八位字节流”。

于 2014-09-03T02:20:21.850 回答