PushSharp 是否允许向 iOS 的 GCM 发送通知?
Does PushSharp allow for sending notifications to GCM for iOS?
我需要向 iOS 和 Android 上的应用程序发送推送通知。 GCM 现在允许向两个平台发送推送通知。 PushSharp 是否支持此功能,因为它支持直接向 GCM 发送消息?
简答,是的。
基本上,您需要在 iOS 通知上为 GCM 指定略有不同的负载,这在 google 的文档 https://developers.google.com/cloud-messaging/http-server-ref#downstream-http-messages-json
中有所概述
PushSharp 支持旧数据和新通知负载类型。
我需要向 iOS 和 Android 上的应用程序发送推送通知。 GCM 现在允许向两个平台发送推送通知。 PushSharp 是否支持此功能,因为它支持直接向 GCM 发送消息?
简答,是的。
基本上,您需要在 iOS 通知上为 GCM 指定略有不同的负载,这在 google 的文档 https://developers.google.com/cloud-messaging/http-server-ref#downstream-http-messages-json
中有所概述PushSharp 支持旧数据和新通知负载类型。