Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以使用 Google Cloud Messaging (GCM) 服务在 iOS 上注册和接收 Voip 推送(PushKit 推送)?
https://developers.google.com/cloud-messaging/ios/start
不,GCM for iOS 使用 iOS 上的标准 APNS 推送消息,而不是 Apple PushKit 的较新的 VoIP 推送消息。通过这种方式,它类似于大多数第三方推送通知服务,例如 Azure 通知中心。
据我所知,只有 PubNub 支持使用 GCM 和 Apple PushKit(VoIP 推送)的统一框架发送推送消息。