What is difference between NSURLSessionDataTask vs NSURLSessionDownloadTask

Viewed 12271

In latest apple introduce new NSURLSession in replace of NSURLConnection, so in there are different task , so what is the difference between NSURLSessionDataTask, NSURLSessionDownloadTask ?

and in which scenario use NSURLSessionTask and where NSURLSessionDownloadTask?

5 Answers
Related