1

是否可以使用 Google Cloud Messaging (GCM) 服务在 iOS 上注册和接收 Voip 推送(PushKit 推送)?

https://developers.google.com/cloud-messaging/ios/start

4

1 回答 1

1

不,GCM for iOS 使用 iOS 上的标准 APNS 推送消息,而不是 Apple PushKit 的较新的 VoIP 推送消息。通过这种方式,它类似于大多数第三方推送通知服务,例如 Azure 通知中心。

据我所知,只有 PubNub 支持使用 GCM 和 Apple PushKit(VoIP 推送)的统一框架发送推送消息。

于 2016-05-03T07:59:10.787 回答