ApnsConfig
Properties
Name | Type | Required | Description |
---|---|---|---|
AppId | string | ✅ | The default bundle identifier of the application that is configured with this project. It can be overriden on a per token basis, when registering device tokens. |
Badge | integrations.Badge | ✅ | |
Certificate | string | ✅ | The APNs certificate in P8 format. Generate it at developer.apple.com with the 'Apple Push Notification service (APNs)' option selected. |
KeyId | string | ✅ | |
TeamId | string | ✅ | |
PayloadVersion | integrations.PayloadVersion | ❌ |
Badge
Properties
Name | Type | Required | Description |
---|---|---|---|
unread | string | ✅ | "unread" |
unseen | string | ✅ | "unseen" |
PayloadVersion
Properties
Name | Type | Required | Description |
---|---|---|---|
_1 | string | ✅ | "1" |
_2 | string | ✅ | "2" |