Skip to content

iOS: A way to override notifee handling push notification press #1013

Closed
@gezquinndesign

Description

@gezquinndesign

I found this issue and can see it was closed without resolution. It's close to what I would like to see.

I'm trying to set up Shake's Chat feature. To handle foreground notifications, the application needs to set itself as the UNUserNotificationCenterDelegate , and implement the didReceiveResponse and willPresentNotification methods.

The willPresentNotification works fine and the notification displays correctly. However, the didReceiveResponse is failing because it is being handled by Notifee. Is there any way to override this method in a react-native-project via the AppDelegate.mm file as suggested in the Shake docs?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions