码迷,mamicode.com
首页 > 移动开发 > 详细

Swift - 网络请求报App Transport Security has blocked a cleartext错

时间:2015-10-07 12:05:00      阅读:168      评论:0      收藏:0      [点我收藏+]

标签:

使用Xcode7编写iOS9应用时,如果获取http://数据时会报如下错误:
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.

原因:
从iOS9起,新特性要求App访问网络请求,要采用 HTTPS 协议。

如果仍想要使用HTTP协议,解决办法如下:
1,在Info.plist中添加 NSAppTransportSecurity 类型 Dictionary ;
2,在 NSAppTransportSecurity 下添加 NSAllowsArbitraryLoads 类型Boolean ,值设为 YES;
技术分享

原文出自:www.hangge.com  转载请保留原文链接:http://www.hangge.com/blog/cache/detail_822.html

Swift - 网络请求报App Transport Security has blocked a cleartext错

标签:

原文地址:http://www.cnblogs.com/Free-Thinker/p/4858350.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!