swift-server-community / APNSwift

📱HTTP/2 Apple Push Notification Service built with swift - send push notifications to iOS, iPadOS, tvOS, macOS, watchOS, visionOS, and Safari!
Apache License 2.0
693 stars 105 forks source link

Return the `apns-unique-id` header in `APNSResponse` #198

Closed dimitribouniol closed 4 months ago

dimitribouniol commented 6 months ago

Added support for returning the apns-unique-id header from responses, which makes them possible to look up in the console:

image

Also, this now logs the APNSResponse struct with Lowercase IDs, to make copy-pasting into said console easier:

image