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

How to add sound/vibration to push notification? #627

Closed XDoubleU closed 2 years ago

XDoubleU commented 2 years ago

I have tried: device.send_message(message=message, title=title, sound="enabled") and device.send_message(message=message, title=title, sound="default")

Both don't work, what am I doing wrong?

XDoubleU commented 2 years ago

Apparently this is caused by firefox.