【问题标题】:Flutter OneSignal Notification Sound Not WorkingFlutter OneSignal 通知声音不起作用
【发布时间】:2020-03-10 13:52:13
【问题描述】:

我在使用 Flutter 开发的应用程序中使用 OneSignal 发送通知。通知来了。我还按照网站上的说明附上了音频文件。但是当通知来的时候,我添加的声音并没有来。正在播放手机的默认通知声音。有人对此有任何想法吗?

res/raw/onesignal_default_sound.wav

res/xml/keep.xml

<?xml version="1.0" encoding="utf-8"?>
<resources
    xmlns:tools="http://schemas.android.com/tools"
    tools:keep="@raw/onesignal_default_sound"/>

【问题讨论】:

    标签: flutter notifications android-notifications onesignal


    【解决方案1】:
     {
        "app_id": "APP_ID",
        "include_player_ids": ["PLAYER_ID"],
        "android_sound": "your_sound.wav",
        "android_channel_id": "CHANNEL_ID"
       }
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2020-07-17
      • 2019-05-28
      • 1970-01-01
      • 1970-01-01
      • 2020-12-14
      • 1970-01-01
      • 2023-04-03
      • 1970-01-01
      相关资源
      最近更新 更多