最近将xcode升级到xcode7以后,关于网络请求总会提示失败,查阅各方资料,找到解决途径:
在Info.plist中添加 NSAppTransportSecurity 类型 Dictionary 。
在 NSAppTransportSecurity 下添加 NSAllowsArbitraryLoads 类型Boolean ,值设为 YES
最近将xcode升级到xcode7以后,关于网络请求总会提示失败,查阅各方资料,找到解决途径:
在Info.plist中添加 NSAppTransportSecurity 类型 Dictionary 。
在 NSAppTransportSecurity 下添加 NSAllowsArbitraryLoads 类型Boolean ,值设为 YES
本文标题:Xcode升级到7以后网络请求失败的问题
本文链接:https://www.haomeiwen.com/subject/kwgtfxtx.html
网友评论