We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a user, I want uploads to continue in the background, so that I can leave the app whilst my data is uploading.
Acceptance Criteria If I start uploading trees, and I background the app, do my uploads continue.
Solution Guidance Explore use of AWS S3 Transfer Utility. Will also need to update AppDelegate to handle background uploads.
Useful links: https://aws.amazon.com/blogs/mobile/amazon-s3-transfer-utility-for-ios/ aws-amplify/aws-sdk-ios#1047
Note: Will need some solid testing on this
The text was updated successfully, but these errors were encountered:
I can take this one
Sorry, something went wrong.
Thanks @Libranner 🎉
AlexCornforth
Libranner
No branches or pull requests
As a user, I want uploads to continue in the background, so that I can leave the app whilst my data is uploading.
Acceptance Criteria
If I start uploading trees, and I background the app, do my uploads continue.
Solution Guidance
Explore use of AWS S3 Transfer Utility.
Will also need to update AppDelegate to handle background uploads.
Useful links:
https://aws.amazon.com/blogs/mobile/amazon-s3-transfer-utility-for-ios/
aws-amplify/aws-sdk-ios#1047
Note: Will need some solid testing on this
The text was updated successfully, but these errors were encountered: