当你发现提示错误:
NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9824)
Error : Error Domain=NSURLErrorDomain Code=-1200 "An SSL error has occurred and
a secure connection to the server cannot be made."
在info.plist添加:
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
如图: