Rapsssito / react-native-background-actions

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

Doesn't work when the app is in background or closed #106

Closed erkankarabulut closed 2 years ago

erkankarabulut commented 3 years ago

I've tried the toy example on my android phone (API level 30) and the task is not executed when the app is in background or when the app is closed. Can someone confirm if it works for them or not?

Rapsssito commented 3 years ago

@erkankarabulut, may this be related to #97 ?

GiuseppeEpifani commented 2 years ago

Probé el ejemplo del juguete en mi teléfono Android (API nivel 30) y la tarea no se ejecuta cuando la aplicación está en segundo plano o cuando la aplicación está cerrada. ¿Alguien puede confirmar si les funciona o no?

same problem, what solution did you do?