【发布时间】:2017-07-03 21:05:07
【问题描述】:
我使用 postman 发出 HTTP 请求以向主题发送推送通知,我使用了以下正文信息:
{
"to" : "/topics/mahdi",
"priority" : "high",
"notification" : {
"body" : "This is a Firebase Cloud Messaging Topic Message!",
"title" : "FCM Message2"
}
}
当然我把授权key放在header中,请求成功,得到:
{"message_id":5081280333669625878}
但我的 iOS 设备上没有收到通知,请问错误在哪里?
【问题讨论】:
-
你是什么意思 Tushar Sharma ?
标签: ios push-notification postman