我们可以使用GCM通知作为APNS徽章图标
在iPhone应用程序上显示徽章编号因为我无法使用GCM设置此项。 我已经提到this link说
Parameter Platform Usage Description
badge iOS Optional,string Indicates the badge on client app home icon.
我收到来自GCM的通知,但在后台状态下收到通知时,不显示徽章图标。
任何人都可以告诉我如何设置这个
答案 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"}}'