服务器之家

服务器之家 > 正文

iOS9与XCode7中不能使用http连接的快速解决办法

时间:2021-02-05 15:37     来源/作者:ilovetile

在xcode7.0及以上版本中编译ios app时,默认会使用ios9的一项新特性,使得所有http连接被禁用,项目里使用的api没有https支持,就悲剧了。差了官方文档,有这么一段话

?
1
2
3
app transport security
app transport security (ats) enforces best practices in the secure connections between an app and its back end. ats prevents accidental disclosure, provides secure default behavior, and is easy to adopt; it is also on by default in ios 9 and os x v10.11. you should adopt ats as soon as possible, regardless of whether you're creating a new app or updating an existing one.
if you're developing a new app, you should use https exclusively. if you have an existing app, you should use https as much as you can right now, and create a plan for migrating the rest of your app as soon as possible. in addition, your communication through higher-level apis needs to be encrypted using tls version 1.2 with forward secrecy. if you try to make a connection that doesn't follow this requirement, an error is thrown. if your app needs to make a request to an insecure domain, you have to specify this domain in your app's info.plist file.

在这里面可以看到,通过修改info.plist文件可以继续使用http连接,具体的方法如下:

1.在项目左侧找到info.plist文件,可以通过filter来搜索

iOS9与XCode7中不能使用http连接的快速解决办法

2.在右侧点击add row添加nsapptransportsecurity,类型为dictionary,然后再添加子项目nsallowsarbitraryloads类行为boolean值为yes

iOS9与XCode7中不能使用http连接的快速解决办法

这样就可以重新使用普通的http连接了。不过有条件的话,还是去搞一个https吧.

以上所述是小编给大家介绍的ios9与xcode7中不能使用http连接的快速解决办法,希望对大家有所帮助

原文链接:http://ilovetile.com/3484

标签:

相关文章

热门资讯

2020微信伤感网名听哭了 让对方看到心疼的伤感网名大全
2020微信伤感网名听哭了 让对方看到心疼的伤感网名大全 2019-12-26
Intellij idea2020永久破解,亲测可用!!!
Intellij idea2020永久破解,亲测可用!!! 2020-07-29
背刺什么意思 网络词语背刺是什么梗
背刺什么意思 网络词语背刺是什么梗 2020-05-22
yue是什么意思 网络流行语yue了是什么梗
yue是什么意思 网络流行语yue了是什么梗 2020-10-11
苹果12mini价格表官网报价 iPhone12mini全版本价格汇总
苹果12mini价格表官网报价 iPhone12mini全版本价格汇总 2020-11-13
返回顶部