alexalok / dotAPNS

dotAPNS is a library used to send push notifications to Apple devices using Apple Push Notification service via HTTP/2 API.
Apache License 2.0
114 stars 34 forks source link

Remind me: Token authorization means we do not need to renew APNS certificates? #94

Closed BillInOKC closed 3 years ago

BillInOKC commented 3 years ago

I've been using dot APNS for several months with AMAZING results. It has never failed.

Because it has been running flawlessly and not needed my attention for so long, I have forgotten some of the aspects of the token authorization-based system. I seem to remember that using this system means we do not need to renew the old-style APNS certificates with apple?

I received a reminder from Apple saying that the APNS certificate for one of my iOS apps was approaching expiration. I think I can just ignore that?

Thanks!

alexalok commented 3 years ago

Thank you for kind words! Certificates do indeed expire so you should renew them.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.