Rapsssito / react-native-background-actions

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

When turn off the Android 13 device, the app not working #196

Closed tranminhnhat1005 closed 4 months ago

tranminhnhat1005 commented 1 year ago

I'm creating a tracking running app, the problem is about the Android 13 update.

But sometimes the app still be killed by the system of the device.

Rapsssito commented 4 months ago

This is common, as the OS has absolute control over the background processes of the device. See https://github.com/Rapsssito/react-native-background-actions/issues/22#issuecomment-628737527