Greenstand / treetracker-ios

IOS version of the Treetracker
GNU Affero General Public License v3.0
16 stars 41 forks source link

As a user, I want uploads to continue in the background, so that I can leave the app whilst my data is uploading. #32

Open AlexCornforth opened 3 years ago

AlexCornforth commented 3 years ago

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/ https://github.com/aws-amplify/aws-sdk-ios/issues/1047

Note: Will need some solid testing on this

Libranner commented 1 year ago

I can take this one

AlexCornforth commented 1 year ago

Thanks @Libranner 🎉