invertase / react-native-notifee

Moved to https://github.com/invertase/notifee
https://invertase.io/blog/open-sourcing-notifee
Other
466 stars 31 forks source link

Scheduled local notification were not fired when app is force closed #335

Closed ericta closed 3 years ago

ericta commented 3 years ago
helenaford commented 3 years ago

Hey, I see you closed this. Did you manage to get the notifications to come through?

SamiChab commented 3 years ago

@ericta I'm facing the same issue. How have you solved this ?

helenaford commented 3 years ago

@ericta @SamiChab have you tried using setting the notifications with the alarm manager, it's a recent addition but so far we've heard great things.

E.G. (example here):

{ timestamp: date, type: TriggerType.TIMESTAMP, alarmManager: { allowWhileIdle: true } }

Also, please check out this thread (https://github.com/notifee/react-native-notifee/issues/126#issuecomment-858900623).