加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

cocos2d-js 使用http时 出现 Response failed, error buffer: Th

发布时间:2020-12-14 17:15:14 所属栏目:百科 来源:网络整理
导读:使用h5 版本时候向服务器发送数据用的是ajax,但在打包App时 需要改成Http协议。 但在app中使用http时 出现: Response failed,error buffer: The resource could not be loaded because the App Transport Security policy requires the use of a secure co

使用h5 版本时候向服务器发送数据用的是ajax,但在打包App时 需要改成Http协议。

但在app中使用http时 出现:

Response failed,error buffer: The resource could not be loaded because the App Transport Security policy requires the use of a secure connection.


查找后发现是Ios9引入的新特性 APP Transport Security(ATS)。 要求App内访问的网络必须使用HTTPS协议

解决方法:

a.在Xcode里选中info.plist,点击右边的information Property List 后边的加号

b.写入App Transport Security Settings然后回车,先点击左侧展开箭头,再点右侧加号,Allow Arbitrary Loads 已经自动生成,直接回车。

c.需要把默认的值改成YES


资料查找:1、http://blog.csdn.net/sqc3375177/article/details/48626505

2、http://www.cnblogs.com/36bian/p/5237138.html

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读