IOS application validation error: An SSL error has occurred, and a secure connection to the server is not possible.

In Xcode, I tried to download a new version of application A, but it gives this error EVERYTIME. Then I had another application B added, it goes fine (confirm OK and load OK). Then I return to Appendix A, it still gives the same error.

I tried: 1. Restart Xcode. 2. Restart your Mac. 3. Clear everything and re-archive.

Still the same error. What gives? enter image description here

Please help me solve this problem.

+8
ios iphone ssl app-store
source share
2 answers

In the Keychain Access application, select the system (under the keychains) and the keys (under the category) and delete the localhost keys.

0
source share

If you are using iOS 9+, try adding this value to your plist:

enter image description here

0
source share

All Articles