iOS9 網絡適配

info.plist文件中添加
<key>NSAppTransportSecurity</key> <dict> <!--Connect to anything (this is probably BAD)--> <key>NSAllowsArbitraryLoads</key> <true/> </dict>

iOS9新特性以及常見問題解決:推薦去查看:https://github.com/ChenYilong/iOS9AdaptationTips(注:推薦關注此做者,他常常更新一些很好的做品值得學習)
相關文章
相關標籤/搜索