iOS9 HTTP 不能正常使用

iOS9引入了新特性App Transport Security (ATS)。詳情:App Transport Security (ATS)html

新特性要求App內訪問的網絡使用HTTPS協議。
對於HTTP   ios

  1. 在Info.plist中添加NSAppTransportSecurity類型Dictionary網絡

  2. NSAppTransportSecurity下添加NSAllowsArbitraryLoads類型Boolean,值設爲YESapp

相關文章
相關標籤/搜索