Rapsssito / react-native-background-actions

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

The background service notification stop after some times on android. #134

Closed harleenarora closed 2 years ago

harleenarora commented 2 years ago

Hi, The BackgroundService auto stop after some time, If app in background and closed app from background.

Versions:: "react-native": "^0.65.1", "react-native-background-actions": "^2.6.7",

Devices::

  1. OnePlus 8, IN2011
  2. OPPO F11 PRO
Rapsssito commented 2 years ago

@harleenarora, if the app has been closed by the user, the OS is free to stop all background tasks generated by the app. I am sorry, but I cannot change that behavior.