REDownloadTasksQueue icon indicating copy to clipboard operation
REDownloadTasksQueue copied to clipboard

iOS Objective-C download queue based on NSURLSessionDownloadTask's

Results 3 REDownloadTasksQueue issues
Sort by recently updated
recently updated
newest added

Hi @OlehKulykov Are you going to support your library? I am really interested in background download option. I tried multiple solution and nothing works as expected while i need to...

Please, can you carthage support?

Why is the entire download queue cancelled when a single task encounters an error? I'd expect that the individual task would be cancelled instead, and remaining tasks in the queue...