gpt4 book ai didi

push-notification - 通过 Parse.com 中的 REST API 发送推送通知 {"code":115 ,"error" :"Missing the push data."}

转载 作者:行者123 更新时间:2023-12-01 08:58:55 25 4
gpt4 key购买 nike

当我尝试使用 Fiddler 测试 Parse.com 提供的 REST API 时,它返回错误。请找到随附的屏幕截图。我可以在 parse.com 上发送推送通知。但不是来自 REST API。

截图如下:
http://s24.postimg.org/stwspcyir/image.jpg
http://s9.postimg.org/5r3guagh9/image.jpg

=== 跟进 ===为推送通知找到了正确的 JSON 语法:

{"data": { "alert": "test message", "sound": "", "badge": "Increment" },"channel":"abc"}

但我发现如果 channel 为空,通知将不起作用,我所要做的就是为设备创建 channel .....是真的吗??

最佳答案

终于找到答案了:

如果您有 channel ,请提供 channel 名称:

{"data": { "alert": "321213", "sound": "", "badge": "Increment" },"channel":"channel name"}

如果没有 channel (默认没有 channel ),发送到所有设备:

{"data": { "alert": "321213", "sound": "", "badge": "Increment" },"where": { "deviceType": "ios" }}

关于push-notification - 通过 Parse.com 中的 REST API 发送推送通知 {"code":115 ,"error" :"Missing the push data."},我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22981386/

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