We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebc6b40 commit cd7205eCopy full SHA for cd7205e
notification.go
@@ -13,6 +13,9 @@ const (
13
PushTypeAlert EPushType = "alert"
14
//PushTypeBackground will set the apns-push-type header to 'background'
15
PushTypeBackground EPushType = "background"
16
+ //PushTypeVoIP will set the apns-push-type header to 'voip' which is required
17
+ // for PushKit applications.
18
+ PushTypeVoIP EPushType = "voip"
19
)
20
21
const (
0 commit comments