With Xcode 7 testing an iOS 9 app is unable to obtain data from a http request

后端 未结 3 1607
终归单人心
终归单人心 2021-01-16 11:29

I am developing an application in iOS. For my development I am using Xcode beta7. Before, I used to test my app in my mobile with iOS 8.4 after updating to iOS 9, I can\'t i

3条回答
  •  感动是毒
    2021-01-16 12:00

    Be sure to set NSAppTransportSecurity for compatibility.

    See: How can I add NSAppTransportSecurity to my info.plist file?

提交回复
热议问题