-
Apple released VOIP pushes for iOS
https://developer.apple.com/library/prerelease/ios/documentation/Performance/Conceptual/EnergyGuide-iOS/OptimizeVoIP.html
http://pierremarcairoldi.com/ios-8-voip-n…
-
Since the last release I'm getting the following error:
```
TypeError [ERR_INVALID_CALLBACK]: Callback must be a function. Received undefined
at ClientHttp2Session.ping (internal/http2/core.js:…
-
I am trying to send > 20k push messages using this library and am seeing timeouts:
Error: http2: timeout connecting to https://api.push.apple.com/
at ClientHttp2Stream. (/node_modules/apns2/li…
-
## Context
I'm raising this issue because of a tweet i saw [1] and I wanted to make sure that the HA team were aware in good time as it could require some changes to the release pipeline.
Previo…
-
**Describe the bug**
* Some notifications incorrectly marked as invalid due to payload size.
* APNS v1 imposes a validation payload size limit of 2kb. On APNS2, the payload limit increases to 4kb.…
-
Looking through your code before I used the package, and I wanted to double-check some stuff with you.
```
async connect() {
return new Promise((resolve, reject) => {
let session = htt…
-
Hello,
I can't get to start the clearly server on ubuntu 16.04 /python 3.6.8. I got this error:
```
from google.protobuf import symbol_database as _symbol_database
File "/var/www/deddd/lib/…
-
Hi, thanks for a great library. We're currently using version 8.5 on AWS Lambda and it's working well. However, I saw that in 9.1 you've implemented "Keeps socket alive with ping request every 60s". I…
-
Hi,
Is there any plan to add support for apns-push-type.
iOS 13 introduced a new and required header called apns-push-type. The value of this header informs APNs of the contents of your notifi…
-
I have code `from apns2.client import APNsClient, NotificationType`. But the import failed because of `BytesWarning`. The error message is `Comparison between bytes and string`. I found that `APNsClie…