Deprecated: 'sendAsynchronousRequest:queue:completionHandler:' in iOS9
问题 I have my own class to make http calls but now in iOS9 this method is deprecated: [NSURLConnetion sendAsynchronousRequest:queue:completionHandler:] I'm trying to test the new one [NSURLSession dataTaskWithRequest:completionHandler:] but Xcode give an error because it doesn't found this method. Xcode compiler warning with deprecated line: 'sendAsynchronousRequest:queue:completionHandler:' is deprecated: first deprecated in iOS 9.0 - Use [NSURLSession dataTaskWithRequest:completionHandler:]