b8ne / react-native-pusher-push-notifications

Manage pusher interest subscriptions and notification events in Javascript.
MIT License
98 stars 86 forks source link

Can not handle notification data when application in background or close in android. #59

Closed TrushalRank closed 3 years ago

TrushalRank commented 4 years ago

When application is in background mode and get the push notification, but when user tap on notification there are not getting notification listener method call. So, i can't handle push notification data when application is in background and can not perform any action on notification tap. This error is facing only in android platform.

Note: On foreground mode listener method works.

Ahmdrza commented 3 years ago

@TrushalRank We are getting the same issue. Did you find any solution?

pedromcunha commented 3 years ago

@TrushalRank also experiencing the same issue, did you find a way to get around it?

Humni commented 3 years ago

We're currently testing this PR which should fix your issue. Please pull the branch yourself to confirm (if so, I'll create a new release) https://github.com/b8ne/react-native-pusher-push-notifications/pull/51

Humni commented 3 years ago

Resolved by #55