-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
onNotification do not fired when click on received push. Android #868
Comments
I am facing same issue. Are you able to solve this problem? |
@bhushansethi still no |
I am also facing this issue. |
I am have same issue. I'm using FCM service |
I have tried many solution but didn't get any dice.I am using localNotificationSchedule for android but onNotification did not fire when app is in background or kill.I think many people faceing the same issue. If any one find a way plz share. |
Using GCM is fine but not working using FCM. |
Any solution on that? |
@Fortidude nope |
same |
I wrestled with this issue for several hours the other day, and the thing that ultimately fixed it was changing my message payload object to only contain a data key - not notification or anything else. More details in this comment: #740 (comment) |
mannnnn! you saved my day, I was about to commit suicide! XD |
Hello!
"react-native": "0.56.0"
"react-native-push-notification": "^3.1.1"
I configured all as in example. IOS works perfectly in any situation.
Android receive push in background and in foreground.
In foreground Android fires onNotification normally.
But if I receive push on Android in background, then click on push notification, it just open my app, and do not fired onNotification event.
Is there any way to get notification data by clicking push on Android?
The text was updated successfully, but these errors were encountered: