In addition to this post I've a new problem installing my app on my iOS 7.1.1 device over-the-air. I'm getting this error in xcode organizer:

 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}

Could it be a problem with the self signed certificate in general?

有帮助吗?

解决方案

The problem was not with self signed certificate. The problem was that the plist file was wrong. The ending </plist> was missing. Now I can install the app with self signed certificate over the air (ota).

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top