Return the apns-unique-id
header in APNSResponse
#198
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added support for returning the
![image](https://private-user-images.githubusercontent.com/225505/327372292-7d6281ab-c4ef-43cc-80f9-36809b577e67.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4ODY3ODgsIm5iZiI6MTczODg4NjQ4OCwicGF0aCI6Ii8yMjU1MDUvMzI3MzcyMjkyLTdkNjI4MWFiLWM0ZWYtNDNjYy04MGY5LTM2ODA5YjU3N2U2Ny5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwN1QwMDAxMjhaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT04N2MzZmE0MGFhMTYxZWY1OTFjMWM2YzFiMjJiZDBhYzdiNzg0YzI0NGM3ZmZjZWI0ODRlYWVlOGRlM2EyMzA0JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.Gw_1ocMl3rbZsd4twBkvUr0zP5t1NJb2D3qKJIUyMCw)
apns-unique-id
header from responses, which makes them possible to look up in the console:Also, this now logs the
![image](https://private-user-images.githubusercontent.com/225505/327372638-8d1bece2-cf02-4a52-86a8-b2f8cb20cbbf.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4ODY3ODgsIm5iZiI6MTczODg4NjQ4OCwicGF0aCI6Ii8yMjU1MDUvMzI3MzcyNjM4LThkMWJlY2UyLWNmMDItNGE1Mi04NmE4LWIyZjhjYjIwY2JiZi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwN1QwMDAxMjhaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0xYzUyNDQxYjQ5MGJiYTBhM2I5YzU1OTgxMWY4MTQ0NzcwZjVmN2MwMGEwMDYxZjk0ZjU1YWJkMmM3MDUwNzYzJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.5jCk-NoBK3qaiSTpbn2-EwhmkhQJMj1fchBaRqw2j8Y)
APNSResponse
struct with Lowercase IDs, to make copy-pasting into said console easier: