Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16750

Push notifications send bird messaging

$
0
0

I am using sendbird library as a messaging client in react-native. I aim to receive push notifications triggered by sendbird in a channel. I did all the configuration from my side by following documentation given by send bird. Even token is also successfully registered by sendbird. But, when I send message in a group channel the other user of the same channel is not receiving it.

Using below line of code to trigger notifications.

Have used react-native-firebase for notifications as sendbird by default use Firebase for triggering notifications.

    groupChannel.setMyPushTriggerOption('default', function(response, error) { if (error) { return; }  // Do something in response to setting });

Viewing all articles
Browse latest Browse all 16750

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>