-
Notifications
You must be signed in to change notification settings - Fork 891
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
Background Download Task is not working #5501
Comments
@shamith-kumar-sclera Can you please try using the Transfer Utility as described here in this documentation https://docs.amplify.aws/gen1/swift/sdk/storage/transfer-utility/ |
@harsh62 thank you for the replay, but i am not using the the AWS s3 bucket mine is simple file download from the REST server running remotely |
@shamith-kumar-sclera Unfortunately I can only help you with AWS SDK related questions. |
This issue is now closed. Comments on closed issues are hard for our team to see. |
The Download is not Working in the background mode even if i entitled all the necessary permission for the application it only works when the app is connected to xcode due to xcode keep the session alive but if try after removing the connection from the xcode the app not able to keep the download after 45 sec what may be the reason
my code
is there any solutions and i have entitled all the neccessary permisssions like background fetch, process and i also tries with the UIApplication.shared.beginBackgroundTask but after 45 sec it gets terminated all of the suden what may be the issue
The text was updated successfully, but these errors were encountered: