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 failed message / delegate? #7

Closed sambudda closed 8 years ago

sambudda commented 9 years ago

I wanted to check and see if for some reason download failed or if the link was bad to begin with, how can I catch that and tell the user that file cannot be downloaded.

for example in the files I changed the first file path to http://dl.dropbox.com/u/97700329/100_file1.mp4 When I click on the download I get no errors. How can I add an error message? I did not see any failure delegate method.

mzeeshanid commented 8 years ago

Failure delegate is added in new version.