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

taskdidCompleteWithError delegate called even though the download has been successful #9

Closed rashidasgari closed 9 years ago

rashidasgari commented 9 years ago

The whole project works fine but i found this weird issue that no matter you cancel or let a download task resume and finish, the task didcompletewitherror delegate is called.