admin管理员组文章数量:1221921
When i send the notification using Firebase console, my onMessage works correctly but when I send the notification using Rest API, it does not trigger at all. My problem is only for iOS. This is my payload for API.
{
"message": {
"token": "my-token",
"notification": {
"title": "New Notification",
"body": "Hello, this is a test notification!"
},
"data": {
"name": "name"
},
"apns": {
"headers": {
"apns-priority": "10"
},
"payload": {
"aps": {
"content-available": 1
}
}
}
}
}
本文标签: firebasemessaging()onMessage() not called when notification is sent using Rest APIStack Overflow
版权声明:本文标题:firebase - messaging().onMessage() not called when notification is sent using Rest API - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1739328556a2158368.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论