Xcode 11 beta 3, iOS 13 in plist I have:
<key>NSAllowsArbitraryLoads</key>
<true/>
And all http requests work prior iOS 13. In iOS 13 I'm seeing in console:
Cannot start load of Task <...>.<1> since it does not conform to ATS policy Task <...>.<1> finished with error [-1022] Error Domain=NSURLErrorDomain Code=-1022 "The resource could not be loaded because the App Transport Security policy requires the use of a secure connection." UserInfo={NSLocalizedDescription=The resource could not be loaded because the App Transport Security policy requires the use of a secure connection.,
Is ATS policy have been changed in iOS 13? I can't find any info about it.