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

Add ApnsResponseReason.ExpiredToken enum value #121

Closed flamewave closed 11 months ago

flamewave commented 11 months ago

The APNS documentation lists ExpiredToken as one of the possible error codes, but the ApnsResponseReason enum does not have a value for it.

alexalok commented 11 months ago

Thanks for reporting! Fixed in 4.3.0.