本文介绍了无法加载的资源是ios9的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在我调用我的api时,ios9中出现此错误,但在ios8中工作正常无法加载资源,因为应用程序传输安全性"策略要求使用安全连接ios9
while m calling my api got this error in ios9 but it is working fine in ios8The resource could not be loaded because the App Transport Security policy requires the use of a secure connection ios9
推荐答案
您需要在plist中添加一个标志.在 https://forums.developer.apple.com/thread/3544 中查看更多
You need to add one flag in plist. See more at https://forums.developer.apple.com/thread/3544
这篇关于无法加载的资源是ios9的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!