react-native-push-notification / ios

React Native Push Notification API for iOS.
MIT License
745 stars 285 forks source link

Can't run callback on receipt of local notification #375

Open kevincoleman opened 2 years ago

kevincoleman commented 2 years ago

This seems like a regression introduced by adding support for handling different user actions on notifications. I just need to run some badge update logic in the background when a notification is received—but I can only run said logic when a user interacts with the notification. Using an eventListener for localNotification. Is there something I'm missing?

Thanks—

ginery commented 1 year ago

any update for this?