Im implementing a push notification server with GCM. I send a post request with a Sender ID (Application Key) that I got from google API Console , and a Registration ID that I got from GCM service.
The post json include one Registration ID
I always get the same response :
{"multicast_id":8546528660791862014,"success":0,"failure":1,"canonical_ids":0,"results":[{"error":"MismatchSenderId"}]}
What might be the problem ? What M I doing wrong ?
Any Ideas ?