Skip to content

Commit 4149df6

Browse files
authored
docs: Add notification priority 1 information
1 parent f344621 commit 4149df6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/notification.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ Provide one of the following values:
192192
* `10` - The push notification is sent to the device immediately. (Default)
193193
> The push notification must trigger an alert, sound, or badge on the device. It is an error to use this priority for a push notification that contains only the `content-available` key.
194194
* `5` - The push message is sent at a time that conserves power on the device receiving it.
195+
* `1` - The push message is sent at a time to prioritize the device’s power considerations over all other factors for delivery, and prevent awakening the device.
195196

196197

197198
#### notification.pushType
@@ -202,4 +203,4 @@ The type of the notification. The value of this header is `alert`, `background`,
202203

203204
The value of this header must accurately reflect the contents of your notification's payload. If there is a mismatch, or if the header is missing on required systems, APNs may delay the delivery of the notification or drop it altogether.
204205

205-
[pl]:https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/CreatingtheNotificationPayload.html "Local and Push Notification Programming Guide: Apple Push Notification Service"
206+
[pl]:https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/CreatingtheNotificationPayload.html "Local and Push Notification Programming Guide: Apple Push Notification Service"

0 commit comments

Comments
 (0)