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

Background timer is not working in background in Android 9. When developer option is disable.

Open sauravkumar-zcon opened this issue 5 years ago • 6 comments

Hi,

Timer is not running in the background if the developer option is disabled and phone is locked. OS: android 9

Please help me out from this issue.

sauravkumar-zcon avatar Dec 02 '19 13:12 sauravkumar-zcon

@ocetnik Any update on this?

sauravkumar-zcon avatar Dec 09 '19 11:12 sauravkumar-zcon

I have the same problem!

HugoLiconV avatar Jan 07 '20 22:01 HugoLiconV

I have the same problem!

sajjad-yousaf avatar Jul 02 '20 05:07 sajjad-yousaf

same problem why?

coolirisroto avatar Aug 12 '20 21:08 coolirisroto

same issue

CMLCNL avatar Jan 13 '21 18:01 CMLCNL

Hi, I had this same issue and found no easy solution with this library, so I made my own which works even if the device is locked (among other improvements). Only Android is supported, but you can still use this (or another) library for iOS in conjunction.

https://www.npmjs.com/package/react-native-background-timer-android

I've been using it in my production apps for more than a week with no issues.

juanamd avatar May 27 '21 18:05 juanamd