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

Fix progressCallback not get called when call downloadFile on iOS platform #1086

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zhima
Copy link

@zhima zhima commented Mar 24, 2022

On iOS platform, when I call downloadFile method without setting the begin callback param, the progress callback not get called anyway.

In Downloader.m file, progressCallback get called only when statusCode equal to 200, and statusCode is assigned value only when there is beginCallback.

So I put the statusCode's assigning before beginCallback's determination, so that statusCode will be assigned value without beginCallback.

…that progressCallback get called without beginCallback
@siisee11
Copy link

Thanks.

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

Successfully merging this pull request may close these issues.

None yet

2 participants