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

after restarting the app. files download but do not save to the path. Why? #54

Open bizibizi opened 6 years ago

l900416 commented 6 years ago

maybe, you can use this delegate method

optional func downloadRequestDestinationDoestNotExists(_ downloadModel: MZDownloadModel, index: Int, location: URL)
Z--EN commented 6 years ago

No, this delegate method is not important. I rewrote a bit sources, it is more better now. I am planning upload sources because current author seems don't support.