您的位置:首页 > 移动开发

xcode7以上UIWebView报错:The resource could not be loaded

2015-11-11 10:35 471 查看
xcode7以上UIWebView报错:

The resource  could not be loaded

because the app transport security
policy requires the use of a secure connection

解决方法:

方法1、把App内访问的网络协议由http修改为https。

方法2、在Info.plist中添加
NSAppTransportSecurity
类型
Dictionary


NSAppTransportSecurity
下添加
NSAllowsArbitraryLoads
类型
Boolean
,值设为
YES
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  xcode7 UIWebView IOS