gpt4 book ai didi

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

转载 作者:qq735679552 更新时间:2022-09-28 22:32:09 25 4
gpt4 key购买 nike

CFSDN坚持开源创造价值,我们致力于搭建一个资源共享平台,让每一个IT人在这里找到属于你的精彩世界.

这篇CFSDN的博客文章iOS9与XCode7中不能使用http连接的快速解决办法由作者收集整理,如果你对这篇文章有兴趣,记得点赞哟.

在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 。

最后此篇关于iOS9与XCode7中不能使用http连接的快速解决办法的文章就讲到这里了,如果你想了解更多关于iOS9与XCode7中不能使用http连接的快速解决办法的内容请搜索CFSDN的文章或继续浏览相关文章,希望大家以后支持我的博客! 。

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com