Mismatch Sender Id when send Android Push Notifications
Hi,
I just started setting up Push notifications for Android, following this tutorial (https://devcenter.appery.io/tutorials...) and this question (https://getsatisfaction.com/apperyio/...)
I've installed the test App on my device, and I can see the alert is displaying the deviceID. At the backend, the deviceID is stored in Devices collection:
I tried to send the notification. However, nothing is received, and in the notifications history, I can see there is an error codeDescription: mismatch Sender ID count 1/code.
As the sender Id, is project number in google console :
is the same as the one I've used in Push settings:
And the API Key is the same from google console.
What could be mismatched here ?
Thanks,