I am using TransferUtility
to upload big files to S3.
(https://docs.aws.amazon.com/mobile/sdkforxamarin/developerguide/s3-integration-transferutility.html)
Can anyone confirm that TransferUtility
creates its own Android Service
for this?
Files are big, and I need to perform the upload in an Android Service
to avoid the app to be killed.
TransferUtility
exposes an asynchronous API, but it's not clear if it creates an Android Service
or not.