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

HTTP Error 301: Moved Permanently #565

Open ghost opened 4 years ago

ghost commented 4 years ago

I got this error while trying send notification to user.

RealOrangeOne commented 4 years ago

I assume you're trying to send a notification to an Android device? This happens because GCM shut down, and was replaced with firebase. You'll need to convert things to use Firebase rather than GCM.

SerhiyRomanov commented 3 years ago

@RealOrangeOne Does it mean that in the current version of this package the FCM sending doesn't work?

RealOrangeOne commented 3 years ago

@SerhiyRomanov No. It means sending with GCM is broken. Sending with FCM is just fine, although FCM isn't the default, so there's a couple more hoops to jump through.