我尝试使用'设备向ios设备发送通知。 api对象的参数根据文档。如果我省略了'设备'以下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/"
}
]
}
}
答案 0 :(得分:0)
请求看起来正确。看起来设备UID与系统中的设备UID不匹配。你能用推送令牌而不是设备UID来检查吗?