Frage

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?

War es hilfreich?

Lösung

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).

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top