ConnectyCube / connectycube-reactnative-samples

Chat and Video Chat code samples for React Native, ConnectyCube
https://connectycube.com
Apache License 2.0
125 stars 111 forks source link

Any way to send IOS/Android notifications via ConnectyCube? #99

Closed stephanoparaskeva closed 4 years ago

stephanoparaskeva commented 4 years ago

If I want to send push notifications, can I do this just using ConnectyCube alone, how does this compare to something like AWS SNS (Simple Notification Service)?

I want to send Mobile Notifications so user can see chat messages on their lock screen or ones that pop up.

banshiAnton commented 4 years ago

Hi @stephanoparaskeva, follow this guide https://developers.connectycube.com/reactnative/push-notifications You need to use react-native-push-notifications lib or other to receive push Create custom push event https://developers.connectycube.com/js/push-notifications?id=send-push-notifications

banshiAnton commented 4 years ago

You can create scheduled push https://developers.connectycube.com/server/push_notifications?id=create-event

stephanoparaskeva commented 4 years ago

Hi @stephanoparaskeva, follow this guide https://developers.connectycube.com/reactnative/push-notifications You need to use react-native-push-notifications lib or other to receive push Create custom push event https://developers.connectycube.com/js/push-notifications?id=send-push-notifications

Both of these just show me this:

Screenshot 2020-07-21 at 09 49 41
banshiAnton commented 4 years ago

Screenshot from 2020-07-21 11-54-19

stephanoparaskeva commented 4 years ago

Oh that is weird. It doesn't seem to work in Brave Browser but it does work in chrome. Awesome stuff and thank you!

I'll leave this open so you can see and check brave browser if you need to

DaveLomber commented 4 years ago

@stephanoparaskeva could you please tell more about what's Brave Browser? Have not used it much, but curious

stephanoparaskeva commented 4 years ago

@stephanoparaskeva could you please tell more about what's Brave Browser? Have not used it much, but curious

Brave Browser is an internet browser that uses Google Chrome's engine but has security features. Just think of it as another version of Google Chrome. This is the website https://brave.com/

On my brave browser whenever I visit https://developers.connectycube.com/js/push-notifications?id=send-push-notifications I get

Screenshot 2020-07-21 at 13 39 26

But on chrome I get:

Screenshot 2020-07-21 at 13 39 53

I'm not sure why but I am just letting you know. My questions that I asked were solved so thank you all!