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

Can not download file #63

Closed bhavin-chauhan closed 6 years ago

bhavin-chauhan commented 6 years ago

Hi, First of all thanks for great library. I've download code and clone same project. But somehow downloading task in not working. I think I missed some point but couldn't figure out issue. I've installed pod file and project compile & run successfully. But after request for download file, file size are not calculating and couldn't be download. Could you please help me to figure out this issue? I've uploaded that sample code here issue is. Please give me any suggestions.

ambujshukla commented 6 years ago

Hi Bhavin, Did you find the solution as I am also getting this issue.

Z--EN commented 6 years ago

seems here solution: https://github.com/mzeeshanid/MZDownloadManager/pull/64/files

mzeeshanid commented 6 years ago

Fixed in latest version