ConnectyCube / android-messenger-app

Chat and voice / video calling app using ConnectyCube
https://connectycube.com
Apache License 2.0
51 stars 23 forks source link

Connectycube chat message push notification is not coming into release build in android #80

Closed chirag101 closed 3 years ago

chirag101 commented 3 years ago

When I hit the notification from connectycube dashboard in the live environment, it gives me the below error message

"No recipients. At least one user should be subscribed for 'gcm' (through SDK or REST API)"

TatankaConCube commented 3 years ago

your error means no one user subscribed for the PRODUCTION environment. Check one more time, have your users subscriptions on the PRODUCTION environment. Check app logs after changing environment parameter does the user subscribe to the PRODUCTION environment?

chirag101 commented 3 years ago

How to check the user is subscribed or not in a particular environment? Do I need to write specific code to subscribe the user to the PRODUCTION environment?

TatankaConCube commented 3 years ago

You can found the type of created subscription in the ConnectyCube admin panel by path Home -> your app -> Push Notifications -> Device subscriptions. By clicking on UDID you will get details about the subscription.

Do I need to write specific code to subscribe the user to the PRODUCTION environment?

Yes. Please see our documentation.

TatankaConCube commented 3 years ago

No activity for a long time. Closing...