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

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];

 

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

posted @ 2016-04-27 18:02  我就是不会起名  阅读(174)  评论(0编辑  收藏  举报