You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have implemented "Amplify.Storage.uploadFile" for File upload. But if my app goes in background, then my "resultListener" block is not getting called.
Steps To Reproduce
Steps to reproduce the behavior:1. Implement "Amplify.Storage.uploadFile"2. Start File Uploading
3. Put Application in Background
4. Check S3 Console, File is not being uploaded there
Expected behavior
File should get uploaded in background
Amplify Framework Version
1.23.0
Amplify Categories
Storage
Dependency manager
Cocoapods
Swift version
5
CLI version
Xcode version
13.3.1
Relevant log output
No response
Is this a regression?
No
Regression additional context
No response
Device
iPhone 7
iOS Version
15.4
Specific to simulators
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Hi @chintan1891, can you share a snippet of the code you're using to perform the upload? Also, does the upload work correctly when the app remains in the foreground?
Describe the bug
I have implemented "Amplify.Storage.uploadFile" for File upload. But if my app goes in background, then my "resultListener" block is not getting called.
Steps To Reproduce
Expected behavior
File should get uploaded in background
Amplify Framework Version
1.23.0
Amplify Categories
Storage
Dependency manager
Cocoapods
Swift version
5
CLI version
Xcode version
13.3.1
Relevant log output
No response
Is this a regression?
No
Regression additional context
No response
Device
iPhone 7
iOS Version
15.4
Specific to simulators
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: