You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello @itayAmza, at the moment, support for interruption-level on iOS devices
is not currently supported internally. I have also just reviewed the underlying
library that we use for the iOS SDK, PyAPNs2 and it does not support this feature either.
This would make for a new feature request, so I will go ahead and edit the tags appropriately.
Motivation:
We never know when we might be implementing or extending the
`django-push-notifications` library beyond its current support.
It makes sense to have a module to handle critical moments such as
that raised in #708 (for `interruption-levels`). This gives control
over newly implemented interfaces without having to worry about
outdated modules, such as `PyAPNS2`.
This allows us to provide wrapper or extend existing library
functionalities.
Context:
This patch address one side of issue by providing an enumeration module
that can be used to deal with public and underlying APIs.
Hi,
Is there a way to set interruption-level value like
time-sensitive
forAPNSDevice
?Send communication and Time Sensitive notifications for more context if needed
example payload:
Tasks
The text was updated successfully, but these errors were encountered: