Vydia / react-native-background-upload

Upload files in your React Native app even while it's backgrounded. Supports Android and iOS, including camera roll assets.
MIT License
720 stars 325 forks source link

Upload pauses when app is backgrounded #332

Open kusche12 opened 1 year ago

kusche12 commented 1 year ago

The upload works fine when the app is open. However, when the app is backgrounded, the upload will pause, and it won't resume until the app is foregrounded again.

This defeats the purpose of this package, since it should be expected that the user can upload their video while they background the app.

I am running react-native 0.71.6 on iOS Physical Device.

NataliaNobre commented 1 year ago

I'm having the same issue on RN 67.5 both iOS and Android with the version 6.5.1 of the library.

kusche12 commented 6 months ago

@NataliaNobre did you find a solution for this? I'm trying to figure out a more manual approach for background uploads since this package seems to only work sometimes.

christiancuri commented 5 months ago

@kusche12 did you find a solution for this?