Open
Description
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
completionBlock:completionBlock
enableBackgroundMode:backgroundMode];
the one which should be called
[self downloadFileForURL:url
withName:[url lastPathComponent]
inDirectoryNamed:nil
friendlyName:nil
progressBlock:progressBlock
remainingTime:remainingTimeBlock
completionBlock:completionBlock
enableBackgroundMode:backgroundMode];
Metadata
Metadata
Assignees
Labels
No labels