时间:2021-05-20
在Xcode7.0及以上版本中编译iOS APP时,默认会使用iOS9的一项新特性,使得所有http连接被禁用,项目里使用的API没有https支持,就悲剧了。差了官方文档,有这么一段话
App Transport SecurityApp 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来搜索
2.在右侧点击Add Row添加NSAppTransportSecurity,类型为Dictionary,然后再添加子项目NSAllowsArbitraryLoads类行为Boolean值为YES
这样就可以重新使用普通的http连接了。不过有条件的话,还是去搞一个https吧.
以上所述是小编给大家介绍的iOS9与XCode7中不能使用http连接的快速解决办法,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对网站的支持!
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
在从iOS8到iOS9的升级过程中,弹出提示框的方式有了很大的改变,在Xcode7,iOS9.0的SDK中,苹果已经明确提示不再推荐使用UIAlertView,
苹果发布了Xcode7开发者测试Beta6,支持WatchOS2.0测试版、OSX10.11测试版、iOS9测试版等各正处于测试中的系统。这次Xcode的编译号
iPhone4s升级iOS9正式版假死_iPhone4s更新iOS9正式版死机解决办法iOS9正式版固件更新之后,很多朋友都遇到了升级固件手机假死的情况,这种问
ios9正式版qq闪退怎么办?苹果ios9正式版闪退解决办法一:可能是手机上的QQ和微信不是最新版,尝试升级到最新版的QQ和微信,或许能够解决。苹果ios9正式
IOS9正式版系统已经推出了,很多用户也更新升级使用了,有部分伙伴发现将iPhone手机升级至IOS9后连接iCloud时出现错误的情况,那么,IOS9连接iC