ConnectyCube / connectycube-reactnative-samples

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

Push notifications are not received #277

Closed UmerQur3shi closed 2 years ago

UmerQur3shi commented 2 years ago

Hey, I'm having the issue that the notification is sent but I am not able to receive it and onNotification is not triggered. Itried sending the notification from admin panel and still it says notification is sent but I'm not getting any notification on my device and emulator. The logs from console are pasted below... [Response][11] [{"event": {"_id": "6187b0193d60060019811247", "active": true, "created_at": "2021-11-07T10:53:13Z", "date": null, "end_date": null, "environment": "development", "event_type": "one_shot", "id": 452464830, "kind": "API", "message": "eyJtZXNzYWdlIjoiQWxpY2UgaXMgY2FsbGluZyB5b3UiLCJpb3NfYmFkZ2UiOjF9", "name": null, "notification_channel": [Object], "period": null, "tag_query": null, "updated_at": "2021-11-07T10:53:13Z", "user_id": 5028617}}, {"event": {"_id": "6187b0193d60060019811248", "active": true, "created_at": "2021-11-07T10:53:13Z", "date": null, "end_date": null, "environment": "production", "event_type": "one_shot", "id": 251421350, "kind": "API", "message": "eyJtZXNzYWdlIjoiQWxpY2UgaXMgY2FsbGluZyB5b3UiLCJpb3NfYmFkZ2UiOjF9", "name": null, "notification_channel": [Object], "period": null, "tag_query": null, "updated_at": "2021-11-07T10:53:13Z", "user_id": 5028617}}] WARN Notification sent. I'm trying it for android. Hoping to get a response soon, thanks.