react-native-push-notification / ios

React Native Push Notification API for iOS.
MIT License
732 stars 281 forks source link

Add support for local time sensitive notifications #366

Closed desmondmc closed 1 year ago

desmondmc commented 2 years ago

Since iOS 15, iOS has had support for Time Sensitive PNs. This PR adds support by adding an optional isTimeSensitive boolean to the NotificationRequest type.

Happy to hear what the maintainers think :)

https://www.howtogeek.com/751563/what-are-time-sensitive-notifications-on-iphone/ https://developer.apple.com/documentation/usernotifications/unnotificationinterruptionlevel/timesensitive

desmondmc commented 1 year ago

3 months and no response from the maintainers 😬 . Closing this PR.