Open
Description
Is there any plan to support the Token-based connection? It has the advantage over the certificate-based connection that PyAPNs currently supports:
- it won't expire
- can support multiple apps
There are similar packages already providing the feature, such as genesluder/python-apns.