mzeeshanid / MZDownloadManager

This download manager uses NSURLSession api to download files. It can download multiple files at a time. It can download large files if app is in background. It can resume downloads if app was quit.
BSD 3-Clause "New" or "Revised" License
1.12k stars 238 forks source link

download not resume #12

Closed GufranAnsari closed 8 years ago

GufranAnsari commented 9 years ago

download not resume when app force quit. Because when app force quit then - (void)URLSession:(NSURLSession )session task(NSURLSessionTask )task didCompleteWithError:(NSError *)error; method not called which save data for resume. Please help how to resume .