当我点击登录服务器时,收到以下错误消息:
NSURLConnection finished with error – code -1202.
我在我的Plist中添加了App transport security,并且我已经允许所有无效证书为YES.
解决方法
适用于Google搜索-1202 = NSURLErrorServerCertificateUntrusted:
帮助链接:
> HTTPS with NSURLConnection – NSURLErrorServerCertificateUntrusted
> NSURLConnection Error code (-1202,1012)
REF:Undocumented NSURLErrorDomain error codes (-1001,-1003 and -1004) using StoreKit
检查服务器端证书的有效性,因为这可能是此错误的一种可能性.
此外,NSURLConnection被取消,我建议通过NSURLSession更新它