iOS ota发行版SSErrorDomain代码= 2

时间:2014-05-12 09:17:32

标签: ios ota

this帖子外,我在iOS 7.1.1设备上通过无线方式安装我的应用时出现了新问题。我在xcode管理器中收到此错误:

 itunesstored[102] <Warning>: Could not load download manifest with underlying error: Error Domain=SSErrorDomain Code=2 "Verbindung mit iTunes Store nicht möglich" UserInfo=0x16ec5030 {NSLocalizedDescription=Verbindung mit iTunes Store nicht möglich}

一般来说,自签名证书有问题吗?

1 个答案:

答案 0 :(得分:0)

问题不在于自签名证书。问题是plist文件错了。结尾</plist>丢失了。现在我可以通过无线方式安装带有自签名证书的应用程序(ota)。