-
-
Notifications
You must be signed in to change notification settings - Fork 631
Open
Labels
Description
Hi,
Is there a way to set interruption-level value like time-sensitive for APNSDevice?
Send communication and Time Sensitive notifications for more context if needed
example payload:
{
"aps" : {
"alert" : {
"title" : "Urgent",
"body" : "Your account requires attention."
}
"interruption-level" : "time-sensitive"
}
}
### Tasks
- [ ] https://github.com/jazzband/django-push-notifications/issues/708