react-native-push-notification / ios

React Native Push Notification API for iOS.
MIT License
740 stars 284 forks source link

Checking to see if notification delivered #280

Open alexkhazzam opened 3 years ago

alexkhazzam commented 3 years ago

Hi!

The library should include a method that detects whether the notification was delivered. Currently, addEventListener(“notification”, callback) ONLY executes when a notification was pressed or swiped away; it does not execute when the notification was simply sent. This is a push notification library, and it is missing one of the most fundamental attributes!