Skip to content

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

Closed
MSetnik opened this issue Aug 16, 2023 · 8 comments
Closed

Comments

@MSetnik
Copy link

MSetnik commented Aug 16, 2023

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"

@pep108
Copy link

pep108 commented Aug 25, 2023

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",
"react-native-notifications": "^5.0.0"

@MSetnik
Copy link
Author

MSetnik commented Aug 25, 2023

In my case is other way around.
Local notification works as expected (app opens on notification press) but remote notif not working

@pep108
Copy link

pep108 commented Aug 25, 2023

In my case is other way around. Local notification works as expected (app opens on notification press) but remote notif not working

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.

@disrae
Copy link

disrae commented Sep 21, 2023

Where is the remote notification sent from?
What's setting up display of the notification?
In general, it's unclear if the notification is within the scope of this library, the push notification and the code to display it aren't necessarily in this library.

@peace4theapes
Copy link

Here's a solution that worked for me: #939 (comment)

@ishwarvouch
Copy link

Hey Pls find this solution #939 (comment)

Copy link

stale bot commented Jan 31, 2025

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@stale stale bot added the 🏚 stale label Jan 31, 2025
Copy link

stale bot commented Feb 25, 2025

The issue has been closed for inactivity.

@stale stale bot closed this as completed Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants
@peace4theapes @pep108 @disrae @MSetnik @ishwarvouch and others