Skip to content

Commit

Permalink
doc: update link to iOS payload keys
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Nov 21, 2024
1 parent b334d33 commit 028b891
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/PAYLOAD.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
{
Expand Down

0 comments on commit 028b891

Please sign in to comment.