jazzband / django-push-notifications

Send push notifications to mobile devices through GCM or APNS in Django.
MIT License
2.26k stars 613 forks source link

Updated README: added info about APNS_AUTH_KEY_PATH, APNS_AUTH_KEY_ID, APNS_TEAM_ID #566

Closed DataGreed closed 4 years ago

DataGreed commented 4 years ago

Updated README: added info about APNS_AUTH_KEY_PATH, APNS_AUTH_KEY_ID, APNS_TEAM_ID settings for using Apple's p8 push certificates.

This addresses issues #455 and #527

DataGreed commented 4 years ago

@auvipy could you please review this change?

DataGreed commented 4 years ago

@hamstap85 🙏

I also suggest adding a new release on PyPi as https://github.com/jazzband/django-push-notifications/pull/568 fixed a crash in 2.0.0 on test pushes admin action