This repository was archived by the owner on Jan 14, 2025. It is now read-only.
This repository was archived by the owner on Jan 14, 2025. It is now read-only.
cancelAllLocalNotifications has been deprecated from iOS 10. #1716
Closed
Description
The API of iOS "cancelAllLocalNotifications" has been deprecated from iOS 11, so it doesn't not work from iOS 11 or above.
Instead we need to invoke the new API called "removeAllDeliveredNotifications" of the library @react-native-community/push-notification-ios.
Reference link: https://developer.apple.com/documentation/uikit/uiapplication/1622990-cancelalllocalnotifications?language=objc
Metadata
Metadata
Assignees
Labels
No labels