Skip to content
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
@MRDANX

Description

@MRDANX

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions