gpt4 book ai didi

cordova - 使用 Ionic 推送通知显示操作

转载 作者:行者123 更新时间:2023-12-01 03:33:52 26 4
gpt4 key购买 nike

我正在尝试使用 Ionic custom push notifications 实现通知操作和 phonegap-plugin-push .

不幸的是,即使消息和标题完美无缺,我也没有运气显示操作按钮。

这是我的 curl 请求:

curl -X POST -H "Authorization: Bearer XXXXXXXXXXXXXXX" -H "Content-Type: application/json" -d '{
"tokens": ["XXXXXXXXXXXXXXX"],
"profile": "push01",
"notification": {
"message": "test",
"android": {
"title": "test android",
"data": {
"actions": [
{ "icon": "emailGuests", "title": "EMAIL GUESTS", "callback": "app.emailGuests", "foreground": true},
{ "icon": "snooze", "title": "SNOOZE", "callback": "app.snooze", "foreground": false }
]
}
}
}
}' "https://api.ionic.io/push/notifications"

知道我可能做错了什么吗?

谢谢!

最佳答案

显然,某些 SDK 库版本存在某种不兼容问题。

将此作为引用:https://github.com/phonegap/phonegap-plugin-push/issues/767

关于cordova - 使用 Ionic 推送通知显示操作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36289403/

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