Can I use GCM from Corona SDK in iOS?
I configured my own server and GCM API with Apple certificates, but was not able to send messages.
When I try I receive this error:
“error”: “InvalidRegistration”
The registration token is the one returned from notification event in my client App.
Is it correct or do I need a token generated from google?
Thanks for help.