gpt4 book ai didi

java - 无法删除 IOS 推送通知的右侧操作按钮 "LAUNCH"

转载 作者:行者123 更新时间:2023-11-29 04:51:02 25 4
gpt4 key购买 nike

我目前在尝试删除 IOS 本地和远程通知中的操作按钮时遇到问题。

对于远程通知,我使用 JavaPNS 库。

   PushNotificationPayload payload = PushNotificationPayload.complex();

try {
payload.addCustomAlertActionLocKey(null);
...

对于本地通知,我已将 UILocalNotification 的 hasAction 属性设置为 NO。

我尝试在 addCustomAlertActionLocKey 中输入空值,但操作按钮在通知中仍然显示为“启动”。满足IOS要求的JSONObject输出如下所示:

{"aps":{"alert":{"body":"hello there","action-loc-key":null},"sound":"somesound","badge":1}}

我目前在 Netbeans IDE 7.0.1 上运行,带有 JDK 1.6 和 GlassFish 服务器 3.1。IOS 应用程序是使用 xcode 4.2 在 IOS 5 上构建的。

最佳答案

您的问题与我的类似,可能与: http://openradar.appspot.com/10308591

您在哪个 ios 上进行测试?

关于java - 无法删除 IOS 推送通知的右侧操作按钮 "LAUNCH",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8837176/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com