React Native AppCenter推送 - 当应用在后台

时间:2018-01-12 04:11:07

标签: android react-native visual-studio-app-center

我正在使用React Native Microsoft AppCenter,它会将Firebase Cloud Messaging用于Android应用。

  • 当应用打开时,我收到了推送通知,
  • 当应用处于后台时,通知仅显示在系统托盘中,但不显示实际Notification

我必须打开托盘才能看到通知。任何帮助将不胜感激

1 个答案:

答案 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"]
}