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 为 windows Phone 8.1 推送 Toast 通知