在使用Xcode 7 寫代碼深胳,發(fā)送網(wǎng)路請求時會報錯:App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app's Info.plist file
這是因為新特性要求的app內(nèi)訪問網(wǎng)絡(luò)請求,要采用HTTPS協(xié)議提高安全性铜犬。但是以前的項目都使用的是HTTP協(xié)議舞终,無法改成HTTPS可采用以下方法
1.在Info.plist中添加 NSAppTransportSecurity 類型 Dictionary 。
2.在 NSAppTransportSecurity 下添加 NSAllowsArbitraryLoads 類型Boolean ,值設(shè)為 YES