Open
Description
`The priority of the notification. If you omit this header, APNs sets the notification priority to 10.
Specify 10 to send the notification immediately.
Specify 5 to send the notification based on power considerations on the user’s device.
Specify 1 to prioritize the device’s power considerations over all other factors for delivery, and prevent awakening the device.`
apns-priority has three enumeration values. Why do you only have 10 and 5 here, missing 1?