-
Notifications
You must be signed in to change notification settings - Fork 767
Notification press not opening the app when app is in kill state - ANDROID BUG #991
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
Comments
Is this a remote notification or a locally generated one that was scheduled? Pressing remote notifications opens the app on Android for me, but not local notifications "react-native": "0.71.8", |
In my case is other way around. |
What I'm doing to get around this right now, since I don't have time, is using @notifee/react-native for local notifications and react-native-notifications for remote. from the docs, it appears notifee works with FCM https://notifee.app/react-native/docs/integrations/fcm so you might try that. |
Where is the remote notification sent from? |
Here's a solution that worked for me: #939 (comment) |
Hey Pls find this solution #939 (comment) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
The issue has been closed for inactivity. |
Like the title says,
Notification press not opening the app when app is in kill state. I have followed the documentation and checked it 3 times but it still doesnt work.
"react-native": "0.66.0",
"react-native-notifications": "^5.0.0"
The text was updated successfully, but these errors were encountered: