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

Periodically sending api request in the background and receiving the result as notification

Open gunduzcihat opened this issue 4 years ago • 2 comments

I want to make an application exactly like the title. Every 5 or 15 minutes in the background, I will send a request to the api which I made and send a notification to my phone according to the results.

I used the react-native-notifications and react-native-background-timer plugin but when I lock my phone or close the app, notifications are not received. (IOS)

I struggled for a week, I couldn't do it. I'm waiting for your help.

gunduzcihat avatar Mar 09 '20 08:03 gunduzcihat

When my phone turns off the screen, the background stops running

AdelaDella avatar Mar 11 '20 02:03 AdelaDella

I want to make an application exactly like the title. Every 5 or 15 minutes in the background, I will send a request to the api which I made and send a notification to my phone according to the results.

I used the react-native-notifications and react-native-background-timer plugin but when I lock my phone or close the app, notifications are not received. (IOS)

I struggled for a week, I couldn't do it. I'm waiting for your help.

Were you ever able to resolve this?

jzxchiang1 avatar Sep 12 '21 22:09 jzxchiang1