I’m using react-native-background-upload and it works on Android, but it’s not uploading files on iOS when the app is in kill mode.i have tried with their other library for ios but still not working in kill mode Any other solution for ios kill mode ?
5
-
Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking.Community– Community Bot2025-07-15 03:22:14 +00:00Commented Jul 15 at 3:22
-
You need to provide more information on what your app is doing and how it is doing it. Also, how is your app being terminated? If you terminate it by swiping it away from the app switcher or by terminating the run in Xcode then any background url sessions will be cancelled.Paulw11– Paulw112025-07-15 05:03:41 +00:00Commented Jul 15 at 5:03
-
i need to create post with video but the for video i'm trying to uploading in background so post creates immediately.Harsh Patel– Harsh Patel2025-07-15 07:09:32 +00:00Commented Jul 15 at 7:09
-
Right, but how was the app killed? Did you stop running it under the debugger? Did you swipe it away from the task switcher or was it just removed by iOS after some time being suspended? Your upload won't complete in the first two casesPaulw11– Paulw112025-07-17 02:57:21 +00:00Commented Jul 17 at 2:57
-
Hi , can you tell me how you integrated react-native-background-upload libraryOmkar Bhosale– Omkar Bhosale2025-09-03 08:47:28 +00:00Commented Sep 3 at 8:47
Add a comment
|