apns2 icon indicating copy to clipboard operation
apns2 copied to clipboard

[Feature Request]: Add `apns-unique-id` in response

Open eryue0220 opened this issue 8 months ago • 1 comments

Currently the response only return the notification payload object. Could add a new param apns-unique-id to help debug, which is in the response header?

{
  "headers": {
    "apns-id": "ACDFB3EB-105B-D33C-7F29-8D09A01CC4EF",
    "apns-unique-id": "4084a6e4-9ea8-6d2a-ca49-9a344a152da7"
  }
}

eryue0220 avatar Apr 30 '25 08:04 eryue0220

Working on this for v13: https://github.com/AndrewBarba/apns2/pull/99

AndrewBarba avatar May 21 '25 16:05 AndrewBarba