[Answer]-Django push notification to android using django-push-notifications library

1👍

I worked with GCM and django-push-notification long time ago. Although I do no clearly remember, but you can try something like:

  • Check the response from GCM after django send message.
  • Make sure that your android app use the right key for getting the message body( I remember that django-push-notification use msg key)

Leave a comment