djacobs / PyAPNs

Python library for interacting with the Apple Push Notification service (APNs)
http://pypi.python.org/pypi/apns/
MIT License
1.22k stars 374 forks source link

Feature Request: Support ios10 Authentication Key #193

Open connectdotz opened 7 years ago

connectdotz commented 7 years ago

Is there any plan to support the Token-based connection? It has the advantage over the certificate-based connection that PyAPNs currently supports:

  1. it won't expire
  2. can support multiple apps

There are similar packages already providing the feature, such as genesluder/python-apns.