我正在使用应用中心推送通知,并且我发送了http post请求以使用appcenter push的api发送推送。 当我用这个有效载荷发送推送通知时
{
"notification_content" : {
"name" : "First Push From App Center",
"title" : "Push From App Center",
"body" : "Welcome!",
"custom_data" : {"key1" : "val1", "key2" : "val2"}
},
"notification_target" : {
"type" : "audiences_target",
"audiences" : ["a-1", "a-2"]
}
}
url
https://api.appcenter.ms/v0.1/apps/XXXX/ $ {平台} /推/通知
我在手机中收到通知,但只有标题和正文,我没有看到名称" First Push From App Center"
答案 0 :(得分:1)
通知的名称不会推送到设备,它只是您记住列出时创建的通知的名称。例如,当您列出您创建的所有推送通知时,名称将显示在门户中。