Pushwoosh 设备未收到通知

Posted

技术标签:

【中文标题】Pushwoosh 设备未收到通知【英文标题】:Pushwoosh Device not receiving notification 【发布时间】:2014-05-16 13:51:01 【问题描述】:

我正在尝试根据文档使用 api 对象上的“设备”参数向 ios 设备发送通知。如果我省略 'devices' 参数,则下面的 json 有效,但它将转到安装了应用程序的每个设备。我只是想让它转到我指定的设备 ID。我在目标 c 中使用 [[UIDevice currentDevice] identifierForVendor].UUIDString] 获取设备 ID。但是此设备 ID 不起作用...任何帮助将不胜感激!


    "request": 
        "application": "xxxxx-xxxxx",
        "auth": "xxxxxxxxxxxxxxxxxxxxxxxx",
        "notifications": [
            
                "send_date": "now",
                "content": "this is a test",
                "wp_type": "Toast",
                "devices": [
                    "xxxx-xxxx-xxxx-xxxx-xxxxxxx"
                ],
                "wp_count": 3,
                "data": 
                    "custom": "json data"
                ,
                "link": "http://pushwoosh.com/"
            
        ]
    

【问题讨论】:

【参考方案1】:

请求看起来正确。看起来设备 UID 与系统中的设备 UID 不匹配。您可以使用推送令牌而不是设备 UID 进行检查吗?

【讨论】:

以上是关于Pushwoosh 设备未收到通知的主要内容,如果未能解决你的问题,请参考以下文章

PushWoosh 通知回调未触发

Pushwoosh 为 windows Phone 8.1 推送 Toast 通知

注册设备上的 Pushwoosh 回调

从 php 通过 pushwoosh 发送推送通知

无法接收从 Pushwoosh 到 TestFlight 分布式应用程序的推送通知

通知不适用于 ios8 - Pushwoosh + phonegap