如何抑制查看按钮推送通知?

时间:2010-05-22 19:58:54

标签: iphone notifications push

在苹果文档中,他们会显示一个通知,其中没有查看按钮,只有一个“确定”按钮。

我怎么能在我的应用程序中执行此操作。

这是否必须在有效负载代码或本地应用程序中实现?


感谢任何帮助,谢谢!

1 个答案:

答案 0 :(得分:1)

没关系,我发现它与消息的“body”元素有关:

这是一个例子

{"aps":
     {"alert":{"body":"You got a new message!",
     /* You can change "action-loc-key" to what you want the 'action' button
       to say. (In this case, nothing) */
     "action-loc-key":null},
     "badge":0,
     "sound":"beep.wav"},
"acme1":"bar",
"acme2":42
}