TWRDownloadManager icon indicating copy to clipboard operation
TWRDownloadManager copied to clipboard

A modern download manager based on NSURLSession to deal with asynchronous downloading, management and persistence of multiple files.

Results 33 TWRDownloadManager issues
Sort by recently updated
recently updated
newest added

The library is basically the same across the platforms. I edited the podspec to add the support to the other platforms and made some small changes to don't show the...

hi. Does this library have method to check file is exist in Gallery?

Everything seems to work when I save my files using `-downloadFileForURL:progressBlock:completionBlock` but I get all kinds of errors when I use `-downloadFileForURL:inDirectoryNamed:progressBlock:completionBlock` The errors suggest that the files are not...

Hi could you please help me with this issue, I'm using twrdownloadmanager on one of my projects and i want to download my files in user document directory with a...

Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '* -[NSURL URLByAppendingPathComponent:]: component, components, or pathExtension cannot be nil.' This crash I can not find it's case. It seems crash often....

unable to create a download task

Code execution is being halted because you are calling the the empty method in the manager class. One which is being called: ``` [self downloadFileForURL:url withName:[url lastPathComponent] inDirectoryNamed:nil progressBlock:progressBlock remainingTime:remainingTimeBlock...

fixes empty method and make downloads work again

Please update the library to Swift 3. I know Objective-C file can be used in swift but I am trying to make a complete swift project.