GCM Notifications for the android app were perfectly working until the Server's which was used to send notification domain expired.
Upon domain renewal gcm notifications are not working. If I use current API Key, it gives
401 Unauthoried Acccess
On Generating new API key and new GCM id it gives below error
{"multicast_id":8384021168458344916,"success":0,"failure":1,"canonical_ids":0,"results":[{"error":"MismatchSenderId"}]}
How can I fix this problem?