-
I'm wondering if this package is going to be deprecated.
The latest code update was five years ago, and there is a long list of PRs that don't look to be getting any attention.
-
Hello,
I've been using django-push-notifications without issue for some time now without configuration change. Upgrading to 1.5.0 appears to introduce a breaking change with the apns2 library.
`…
-
I see this error very intermittently (1 in a million requests?) while using apns2 package:
https://github.com/Pr0Ger/PyAPNs2/tree/master/apns2
Here's the traceback:
```
File /opt/venv-marcopolo/loc…
-
### What version of Go are you using (`go version`)?
$ go version
go version go1.11.4 darwin/amd64
### Does this issue reproduce with the latest release?
Yes.
### What operating s…
-
The sideshow/apns2 project has code for this. Either switch to that APNS client or reuse their code to load the key and certificate from a `.p12` file.
-
Hi, i have been trying out the latest async version at scale (Im sending to 200k+ devices in production) and it does not really work for bulk messaging. Already around sending messages to 100 devices …
-
Hi Harry,
The current implementation does not allow usage of a proxy. This would be a great feature for those having to use APNS2 behind firewalls. Are there any other suggestions on how use it in su…
-
Hi there!
I just have witnessed the TooManyProviderTokenUpdates error response from APNS.
This would indicate that the derived key (which should be renewed every 20-59mins as far as I understand A…
-
Hey there, I am running to some security issue when using this.
So this sdk is calling APNsClient in apns2 to send messages, it has the ability to override the certificate path, cool enough. Howeve…
-
Hi, I think you should consider getting the push urls from a config file, and it should be optional for the consumer to change it when calling apns2 api;
```
// Apple HTTP/2 Development & Producti…