我正在使用React Native Microsoft AppCenter
,它会将Firebase Cloud Messaging
用于Android应用。
Notification
。 我必须打开托盘才能看到通知。任何帮助将不胜感激
答案 0 :(得分:0)
所以我确实找到了答案。以防其他人绊倒......
您需要将“声音”键和“默认”值添加到自定义数据中。
"notification_content": {
"name": "Some Name",
"title": "Some Title",
"body": "Some...body",
"custom_data": { "sound": "default" }
},
"notification_target": {
"type": "devices_target",
"devices": ["Some device ID"]
}