jazzband / django-push-notifications

Send push notifications to mobile devices through GCM or APNS in Django.
MIT License
2.26k stars 613 forks source link

FCM error while pushing to Android #594

Closed MUDASSARHASHMI closed 2 years ago

MUDASSARHASHMI commented 3 years ago

Hi,

After struggle of hours and re-checking every part of code I just am having this error as provided below:

GCMError: {'multicast_id': 1595940385679552100, 'success': 0, 'failure': 1, 'canonical_ids': 0, 'results': [{'error': 'MismatchSenderId', 'original_registration_id': '["My API Key in quotes was here."]'}]} .

Would really appreciate if someone can advise .

Best Regards, Cheers.

jamaalscarlett commented 2 years ago

This is a server side error indicating that your registration id has changed. @MUDASSARHASHMI is this still an issue?

jamaalscarlett commented 2 years ago

Closing since there has been no response from the original poster.

datt3010 commented 1 year ago

hi @jamaalscarlett , i have same problem, can you help me sir ?