-
Due to new work commitments I am no longer permitted to publish code to, or participate in, the node-apn project. Therefore I am seeking a maintainer to take good care of it and ensure it remains a us…
argon updated
3 years ago
-
Silent/Background notification works fine for legacy Apns provider. After update to P8 or Apns2 Silent/Background notifications don't work. I checked apple documentation: https://developer.apple.com/d…
-
**Describe the bug**
When setting `content_available` in a rpush's `Rpush::Apns2::Notification` object. The notification is sent, but it is not displayed on the device.
**To Reproduce**
Steps to …
-
> from apns2.client import APNsClient
> from apns2.payload import Payload
>
> token_hex = 'b5bb9d8014a0f9b1d61e21e796d78dccdf1352f23cd32812f4850b87'
> payload = Payload(alert="Hello World!", soun…
-
The APNS binary interface [will cease to function next month](https://developer.apple.com/news/?id=11042019a). We should remove it from rpush. I propose then renaming `APNS2` in rpush to simply `APNS`…
-
Sorry, I am a bit lost. Had `apns2` working with a `.p8` file with sandbox, don't remember how I created that.
Now I created a new cert with Apple ("Apple Push Notification service SSL (Sandbox & P…
-
I'm periodically getting status code 429 (TooManyProviderTokenUpdates) back from the push server. This happens every other day or so, for around 100-200 notifications that were all sent at the exact s…
-
I am trying for several days to figure out the following error:
Warning: Possible EventEmitter memory leak detected. 11 wakeup listeners added. Use emitter.setMaxListeners() to increase limit
…
-
Hi,
Contrary to what the typing describes, giving a KeyObject to the signingKey results in the following error thrown:
```txt
Error: The key option must be a string, a buffer, an object contain…
-
apparently this was fixed here by using aioapns instead of apns2 but that does not seem to be the case
https://github.com/jazzband/django-push-notifications/pull/696
`cannot import name 'Iterab…