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

时间:2015-08-18 16:53:14

标签: ios objective-c google-cloud-messaging apple-push-notifications badge

我们可以使用GCM通知作为APNS徽章图标

在iPhone应用程序上显示徽章编号

因为我无法使用GCM设置此项。 我已经提到this link

  Parameter      Platform          Usage                  Description

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

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

任何人都可以告诉我如何设置这个

1 个答案:

答案 0 :(得分:3)

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

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"}}'