The resource could not be loaded because the App Transport Security policy reguir安全
緣由:iOS9引入了新特性App Transport Security (ATS);
網絡
新特性要求App內訪問的網絡必須使用HTTPS
協議;ui
可是如今大部分公司的項目使用的是HTTP
協議,使用私有加密方式保證數據安全,也不能立刻改爲HTTPS
協議傳輸;加密
NSAppTransportSecurity
類型Dictionary
。NSAppTransportSecurity
下添加NSAllowsArbitraryLoads
類型Boolean
,值設爲YES
以下圖:code