- 问题
在访问一个接口时网络返回error,返回错误码Code = -1022. - 原因
这是因为iOS9以后,需要APP的网络协议里面都必须使用https协议!这与接口中的http不兼容 - 解决
在工程的plist文件中,新增一个属性
1.字典 NSAppTransportSecurity
2.在NSAppTransportSecurity下添加NSAllowsArbitraryLoads类型Boolean,值设为YES
iOS "NSURLConnection finished with error - code -1022" 错误解决
最新推荐文章于 2020-11-30 14:48:08 发布