From 028b891d088423b4a3da9dc41d3b626fe4b73d4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=A8=E3=83=AA=E3=82=B9?= Date: Thu, 21 Nov 2024 13:40:31 +0900 Subject: [PATCH] doc: update link to iOS payload keys --- docs/PAYLOAD.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/PAYLOAD.md b/docs/PAYLOAD.md index 6ef194de7..dc34e9afd 100644 --- a/docs/PAYLOAD.md +++ b/docs/PAYLOAD.md @@ -25,7 +25,7 @@ - [Priority in Notifications](#priority-in-notifications) - [Picture Messages](#picture-messages) - [Background Notifications](#background-notifications) - - [Use of content_available: true](#use-of-content_available-true) + - [Use of content\_available: true](#use-of-content_available-true) - [Chinese Android Phones](#chinese-android-phones) - [Application force closed](#application-force-closed) - [Caching](#caching) @@ -147,7 +147,7 @@ Note that the properties are "normalized" across platforms, so this is passed to ## iOS Message Format -The JSON message can contain the following fields, see [Apple developer docs](https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/PayloadKeyReference.html#//apple_ref/doc/uid/TP40008194-CH17-SW5) for a complete list +For a full list of payload keys, refer to the [Generating a Remote Notification](https://developer.apple.com/documentation/usernotifications/generating-a-remote-notification) documentation on Apple Developer. ```json {