【发布时间】:2018-11-11 01:13:22
【问题描述】:
我正在使用应用中心推送通知,并且我正在发送 http post 请求以使用 appcenter 推送的 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"]
}
}
网址
https://api.appcenter.ms/v0.1/apps/XXXX/${platform}/push/notifications
我在手机中收到通知,但只有标题和正文,我没有看到“应用中心首次推送”的名称
【问题讨论】:
标签: push-notification visual-studio-app-center