Rapsssito / react-native-background-actions

React Native background service library for running background tasks forever in Android & iOS.
MIT License
819 stars 117 forks source link

Background job is not working while Application is in kill mode in IOS. #169

Closed VaishaliG2020 closed 1 year ago

VaishaliG2020 commented 1 year ago

"react": "16.13.1", "react-native": "0.63.3", "react-native-background-actions": "^3.0.0",

Rapsssito commented 1 year ago

@VaishaliG2020, when the app is killed by the user, iOS will close all running background tasks.

korzonkiee commented 1 year ago

@VaishaliG2020, when the app is killed by the user, iOS will close all running background tasks.

Hey @Rapsssito! Sorry to bother, but do you know a place in the official documentation where it's clearly stated that killing the app by the user (swiping it up from task manager) closes all running background tasks? I am aware that's the case, although I cannot find it anywhere in the docs 😅

EDIT

I just found a comment from Apple Engineer that mentions it.