Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 988 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 988 Bytes

APNS3

Build Status Coverage Status

A client library for Apple's APNS v3 HTTP/2 push notification service

Requirements

A Python distribution which supports ALPN and TLSv1.2 is required. This means that only Python 2 version 2.7.10 and higher and Python 3 version 3.5.0 and higher are supported unless you use pyOpenSSL. Other Python implementations, such as PyPy, may also be used as long as they provide an equivalent stdlib

Alpha Warning

I have tested that it is possible to send pushes to Apple devices, however I have not tested this at any significant scale and there are many things left to do.