react-native-background-timer icon indicating copy to clipboard operation
react-native-background-timer copied to clipboard

Does this package works when app force closed (killed) ?

Open ghost opened this issue 4 years ago • 10 comments

ghost avatar Apr 12 '20 06:04 ghost

Hey muhammed, did u get an answer to ur question? I'm facing the same problem..

Abdoug avatar Apr 21 '20 13:04 Abdoug

I'm facing the same problem ....

DangTrungdev113999 avatar Apr 25 '20 08:04 DangTrungdev113999

It doesn't work, only when it's minimized, when it's killed it stops working.

W8jonas avatar May 17 '20 02:05 W8jonas

Any idea how to overcome this? I am facing same issue at my end

thanks in advance

tarunteckedge avatar May 23 '20 20:05 tarunteckedge

It doesn't work, Is there any way to make it work?

showtan001 avatar May 26 '20 03:05 showtan001

This repository should be "react-native-foreground-timer. Does not work in "background" mode.

felansu avatar Jul 03 '20 15:07 felansu

+1

lyseiha avatar Jul 14 '20 07:07 lyseiha

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 avatar Jul 14 '20 11:07 felansu

@felansu can you explain the solution for this bug? 🙏😊

ThushalIntervest avatar Sep 27 '22 11:09 ThushalIntervest

ListenableWorker is an Android only solution though

pke avatar Apr 05 '23 22:04 pke