Skip to content

Incorrect method call in the sample app. #35

Open
@nitinsh99

Description

@nitinsh99

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions