最近將xcode升級(jí)到xcode7以后,關(guān)于網(wǎng)絡(luò)請(qǐng)求總會(huì)提示失敗,查閱各方資料,找到解決途徑:
在Info.plist中添加 NSAppTransportSecurity 類(lèi)型 Dictionary 。
在 NSAppTransportSecurity 下添加 NSAllowsArbitraryLoads 類(lèi)型Boolean ,值設(shè)為 YES
最近將xcode升級(jí)到xcode7以后,關(guān)于網(wǎng)絡(luò)請(qǐng)求總會(huì)提示失敗,查閱各方資料,找到解決途徑:
在Info.plist中添加 NSAppTransportSecurity 類(lèi)型 Dictionary 。
在 NSAppTransportSecurity 下添加 NSAllowsArbitraryLoads 類(lèi)型Boolean ,值設(shè)為 YES