我们可以使用 GCM 通知作为 APNS 徽章图标在 iPhone 应用程序上显示徽章编号吗

can we show badge number on iPhone app using GCM notifications as APNS badge icon

我们能否在使用 GCM 通知作为 APNS 徽章图标的 iPhone 应用程序上显示徽章编号

因为我无法使用 GCM 进行设置。 我已经提交 this link 上面写着

  Parameter      Platform          Usage                  Description

    badge         iOS             Optional,string   Indicates the badge on client app home icon.

我收到来自 GCM 的通知,但在后台状态下收到通知时未显示徽章图标。

谁能告诉我如何设置这个

徽章确实有效。这是我的要求,看看你的有何不同

curl -X POST --header "Content-Type:application/json" --header "Authorization:key=XXXXXXXXX" "https://gcm-http.googleapis.com/gcm/send" --data-ascii '{"to":"YYYYYYYYYYYYY","data":{"custom-key":"custom-value"},"priority":10,"notification":{"body":"Hello","badge":"2"}}'