I am trying to make an asynchronous call from Xcode 7 as follows and I end up seeing this error \"NSURLErrorDomain\" - code: 18446744073709550594 This code was fine when I u
@Zeuz10 You are right. The security in ios9 and later does not allow any http calls to be sent. To get around the problem, you need to update your Info.plist The instructions are given in this link
http://ste.vn/2015/06/10/configuring-app-transport-security-ios-9-osx-10-11/
Thank you Zeuz10 for giving me the necessary inputs