Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect method call in the sample app. #35

Open
nitinsh99 opened this issue Nov 27, 2016 · 1 comment
Open

Incorrect method call in the sample app. #35

nitinsh99 opened this issue Nov 27, 2016 · 1 comment

Comments

@nitinsh99
Copy link

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];

@johncpang
Copy link

Seems like the work is still in progress when adding a friendly name for local notification and then stopped. Someone made a pull request which fix this problem but the owner no longer response to this repos.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants