PyAPNs2
PyAPNs2 copied to clipboard
Python library for interacting with the Apple Push Notification service (APNs) via HTTP/2 protocol
From apple docs https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/sending_notification_requests_to_apns apns-id | A canonical UUID that is the unique ID for the notification. If an error occurs when sending the notification, APNs includes this value when...
I've just checked our dependencies, and the oldest 2 dependencies are transient from this project. Specifically, it appears that `hyper` has been out of development since 2016, and superseded by...
Because the latest version on pip still requires `PyJWT=1.4.0` it is impossible to update PyJWT to fix a recent [vulnerability issue](https://github.com/jpadilla/pyjwt/security/advisories/GHSA-ffqj-6fqr-9h24).
setup.py was updated but it seems that it didn't apply properly still gets an error if PyJWT is 2.1.0
Pyapns2 relies on hyper, hyperframe and h2. All of them currently not supporting python3.10. hyper is even an archived project. Are there any plans to further maintain those packages? Tobi
Pass the base64 encoded Auth Key string to TokenCredentials rather than the file path. This can be useful when the Auth Key is not stored in a file for security...
As of January, `hyper` is no longer maintained: https://github.com/python-hyper/hyper/commit/b77e758f472f00b098481e3aa8651b0808524d84 The readme recommends switching to httpx
Hi, Any plans or tips on supporting the most recent version of Python (3.10)? Mac M1 only supports natively Python 3.10, so using this library on it doesn't work. Any...
Cannot use PyAPNs2 with Ptyhon 3.10 The following error will throw Python 3.10 compatibility issues - ImportError: cannot import name 'Iterable' from 'collections' The hyper library https://github.com/python-hyper/hyper/blob/development/hyper/http11/connection.py#L13 is not compatible...
Received duplicate pseudo-header field b':path'