react-native-notifications icon indicating copy to clipboard operation
react-native-notifications copied to clipboard

Notification press not opening the app when app is in kill state - ANDROID BUG

Open MSetnik opened this issue 2 years ago • 6 comments

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"

MSetnik avatar Aug 16 '23 09:08 MSetnik

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"

pep108 avatar Aug 25 '23 00:08 pep108

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

MSetnik avatar Aug 25 '23 01:08 MSetnik

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.

pep108 avatar Aug 25 '23 01:08 pep108

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.

disrae avatar Sep 21 '23 23:09 disrae

Here's a solution that worked for me: https://github.com/wix/react-native-notifications/issues/939#issuecomment-1502088609

peace4theapes avatar Apr 03 '24 21:04 peace4theapes

Hey Pls find this solution https://github.com/wix/react-native-notifications/issues/939#issuecomment-1502088609

ishwarvouch avatar Jun 25 '24 16:06 ishwarvouch

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[bot] avatar Jan 31 '25 22:01 stale[bot]

The issue has been closed for inactivity.

stale[bot] avatar Feb 25 '25 00:02 stale[bot]