原文:AFNetworking 提示"The resource could not be loaded because the App Transport Security policy requires the use of a secure connection" 解决办法

原因:iOS 以后,苹果把原http协议改成了https协议,所以不能直接在http协议下GET POST 解决方案之一: 直接编辑工程文件下的Info.plist文件,加入以下代码 如图所示: 解决方案之二: a.在Xcode里选中info.plist,点击右边的information Property List 后边的加号 b.写入App Transport Security Settings ...

2016-03-03 01:54 0 26331 推荐指数:

查看详情

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM