Skip to content

Adding iOS background upload support #198

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

Merged
merged 5 commits into from Oct 9, 2018
Merged

Adding iOS background upload support #198

merged 5 commits into from Oct 9, 2018

Conversation

blankg
Copy link

@blankg blankg commented Oct 3, 2018

This adds IOSUploadTask options so we can upload files when the app is in the background. Otherwise, the file transfer is halted when not in the foreground and a "Lost connection to background transfer service" error is thrown when the app is resumed.

Borrowed most of the code from #50 , but implemented and tested only upload (should be easier for other to contribute download now).

@Traviskn
Copy link

Traviskn commented Oct 9, 2018

Thank you for your PR!

@Traviskn Traviskn merged commit d69c72b into joltup:master Oct 9, 2018
@Traviskn
Copy link

My apologies, I should have been more thorough in my code review before merging this

Traviskn added a commit that referenced this pull request Dec 22, 2018
This reverts commit d69c72b, reversing
changes made to c95ef1c.
ElvisChiang pushed a commit to ElvisChiang/rn-fetch-blob that referenced this pull request Feb 12, 2019
This reverts commit d69c72b, reversing
changes made to c95ef1c.
enahum added a commit to mattermost/react-native-fetch-blob that referenced this pull request Feb 20, 2019
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.

3 participants