react-native-background-timer
react-native-background-timer copied to clipboard
Does this package works when app force closed (killed) ?
Hey muhammed, did u get an answer to ur question? I'm facing the same problem..
I'm facing the same problem ....
It doesn't work, only when it's minimized, when it's killed it stops working.
Any idea how to overcome this? I am facing same issue at my end
thanks in advance
It doesn't work, Is there any way to make it work?
This repository should be "react-native-foreground-timer. Does not work in "background" mode.
+1
My solution was implement a ListenableWorker, that can run each 15 minutes, you can implement that in 10 minutes. And that run in real background, with app closed. 🥰
@felansu can you explain the solution for this bug? 🙏😊
ListenableWorker
is an Android only solution though