-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
notifee onBackgroundEvent no listen when notification is clicked #1146
Comments
Same problem here! In my case, I'm using trigger notifications, local, without firebase, closed application, the notification is shown, but when clicking the App it doesn't open. |
Hello 👋, to help manage issues we automatically close stale issues. This issue has been automatically marked as stale because it has not had activity for quite some time.Has this issue been fixed, or does it still require attention?
Thank you for your contributions. |
There is the same issue with iOS. We receive the notification, but the PRESS function is not being called. |
Hello 👋, to help manage issues we automatically close stale issues. This issue has been automatically marked as stale because it has not had activity for quite some time.Has this issue been fixed, or does it still require attention?
Thank you for your contributions. |
This is still an issue for me. Background events are never triggered on iOS. |
Same problem, since @notifee/[email protected] in the older versions all work fine |
`/**
*/ #import "NotifeeCore+UNUserNotificationCenter.h" #import "NotifeeCoreDelegateHolder.h" @implementation NotifeeCoreUNUserNotificationCenter struct {
#pragma mark - UNUserNotificationCenter Delegate Methods // The method will be called on the delegate only if the application is in the
// The method will be called when the user responded to the notification by
// Process any notification as if it were a Notifee notification
@end` Here is a update to NotifeeCore+UNUserNotificationCenter.m |
I have a problem using notifee & firebase.
When the notification appears in the background (app is closed) when clicked the notification is not handled in onBackgroundEvent.
so the case is if the pressAction is changed to something other than the default, when clicked the log is in onBackgroundEvent, but the problem is the application does not open, while the pressAction is the default, when clicked the log is not handled in onBackgroundEvent the application also opens directly.
only type 3 is the same as DELIVERED which is heard in onBackgroundEvent.
Thank you.
My package.json :
"dependencies": {
"@notifee/react-native": "^9.1.2",
"@react-native-firebase/app": "^21.3.0",
"@react-native-firebase/messaging": "^21.3.0",
"react": "18.3.1",
"react-native": "0.76.1"
}
The text was updated successfully, but these errors were encountered: