I\'m updating my app to accommodate Apple\'s new ATS. Without any changes to the Plist-Info,the following code throws an error at sendSynchronousRequest() in a
sendSynchronousRequest()
I added this code in the info.plist to allow any request http:
NSAppTransportSecurity NSAllowsArbitraryLoads
This article lists all the changes made by Apple for iOS 9 and their implementations:
http://ste.vn/2015/06/10/configuring-app-transport-security-ios-9-osx-10-11/