Xcode7 网络请求报错

最近写的一些Demo很多都有带有http的URL,然而在Xcode V7.0以及更高版本下会提示报错。


报错提示1:The resource could not be loaded because the App Transport Security policy requires the use of a secure connection.

报错提示2:App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can                   be configured via your app's Info.plist file.


不管是使用Xcode编写iOS程序还是Mac OS X程序都是会报错误的,但是,报错是指控制台输出,程序不会crash退出,但是你的网络访问是失败的,不会得到数据返回。


经查证,是iOS引入新特性App Transport Security (ATS) 导致:

新特性要求App内访问网络需要使用HTTPS协议,但是当前很多链接都是HTTP,使用私有加密方式保证数据安全


解决方法:

如下为网上提供方法:

  1.在Info.plist中添加NSAppTransportSecurity类型Dictionary

  2.在NSAppTransportSecurity下添加NSAllowsArbitraryLoads类型Boolean,值设为YES


我在项目中的info.plist文件添加键值对的时候,NSAppTransportSecurity会自动变成App Transport Security Settings,

  1. NSAllowsArbitraryLoads会变成Allow Arbitrary Loads

    只要您能这么添加就对了,如图:




  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值