首页 > 移动平台 > 详细

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

时间:2016-04-27 18:34:19      阅读:203      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!