在哪里可以找到有关 Firebase 云消息传递可用声音的文档?

Posted

技术标签:

【中文标题】在哪里可以找到有关 Firebase 云消息传递可用声音的文档?【英文标题】:Where can I find documentation on Firebase Cloud Messaging available sounds? 【发布时间】:2017-05-26 22:47:43 【问题描述】:

我正在尝试为 FCM 使用默认的 ios“音符”声音。我在 Firebase 上找不到任何包含 iOS 可用声音列表的文档。

作为参考,以下是我发送的通知格式。有了这个,我只需获得用于语音邮件的默认声音:


  notification: 
    title: notification.title,
    body: notification.body,
    badge: String(_.size(unreadNotifications)),
    sound: 'note'
  
;

【问题讨论】:

【参考方案1】:

我还没有使用 FCM,所以我不确定您指的是哪种声音。如果它是框架中包含的声音,您应该能够使用我认为的文件名(我相信带有扩展名)。如果是 iOS 声音,this list of sounds might be what you need。

【讨论】:

您链接到的文档是“从 2.0 到 5.0 beta”。你知道 iOS 最新版本的文档吗? @AndrewHenderson 我更新了 GitHub 项目的链接。似乎是最新的。

以上是关于在哪里可以找到有关 Firebase 云消息传递可用声音的文档?的主要内容,如果未能解决你的问题,请参考以下文章

Firebase 云消息传递 - 有多个主题 - 没有消息重复

Firebase Admin SDK、FCM 云消息传递

用于 Flutter 的 Firebase 云消息传递 - 可选择处理后台消息错误

Firebase 云消息传递 - 发布消息说 JSON 有效负载无效

Firebase 云消息传递 - 检查现有或可用主题

批量 Firebase 云消息传递的限制