Top "Nsurlsessiondownloadtask" questions

An NSURLSessionDataTask is a concrete subclass of NSURLSessionTask.

How to resume NSURLSession download process after app force-quit and app relaunch?

I have implemented NSURLSession for downloading fairly large files from our servers. Now as long as I'm working in foreground …

ios swift nsurlsession forceclose nsurlsessiondownloadtask
NSURLErrorDomain Code=-997 "Lost connection to background transfer service"

I am using NSURLSession to download some mp3 files and store them in the device. Everything works fine but sometimes …

ios nsurlsessiondownloadtask