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

The resource could not be loaded because the App Transport Security policy requires the use of a secure connection.

时间:2016-04-27 18:37:23      阅读:224      评论:0      收藏:0      [点我收藏+]

标签:

1、xcode7/ios 访问网络报错:The resource could not be loaded because the App Transport Security policy requires the use of a secure connection.

 

 

解决方案:

iOS9引入了新特性ATS,要求App内的访问网络必须使用HTTPS协议!

技术分享

 

2、使用NSData *data = [NSData dataWithContentsOfURL:[NSURL URLWithString:fileURL] options:0 error:&error];

 

不显示图片的可能原因也是上面的原因

The resource could not be loaded because the App Transport Security policy requires the use of a secure connection.

标签:

原文地址:http://www.cnblogs.com/yinyanlyy/p/5439857.html

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