react-native-background-upload icon indicating copy to clipboard operation
react-native-background-upload copied to clipboard

i want to upload 40k images in background

Open vaibhgupta09 opened this issue 6 years ago • 2 comments

the problem is when i upload image up to 40k image from my iphone the process upload is stop after 75 image why it is so

vaibhgupta09 avatar Nov 06 '19 12:11 vaibhgupta09

40000 single images? can you share some code?

reime005 avatar Nov 06 '19 21:11 reime005

@vaibhgupta09 I am currently working on a project to upload multiple smaller images (while screen is locked). iOS will pause your app after 30 seconds. Even with background uploads.

However, it will resume your app whenever it feels like it. It will wait until something else happens on the phone, like the user checks for notifications, then it will wake up your app and resume the uploads. It happens to save battery.

@reime005 I think this is just an educational issue. Can probably be closed.

scarlac avatar Jan 07 '20 04:01 scarlac