b8ne / react-native-pusher-push-notifications

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

[Android] when subscribe to multiple interests only listen notifications from the first one interest subscribed #116

Closed samuelhereirad closed 1 year ago

samuelhereirad commented 1 year ago

image This is how I have implemented the subscription; I'm trying to subscribe to 2 interests, but when I use postman to send push to the 2nd interest it's not receiving. image The logs says that I am subscribe for the two interests.

Any idea of what can I do to get working?