如何在Android上将自定义声音用于react-native-onesignal推送通知?

时间:2019-01-03 19:54:26

标签: android react-native push-notification onesignal

我无法将自定义声音用于react-native-onesignal推送通知。我已经为旧的离子应用程序使用了完全相同的声音文件,没有问题,但是我无法在react-native中使用它。

https://documentation.onesignal.com/docs/customize-notification-sounds

我已将文件添加到的路径:

project / android / app / src / main / res / raw / bells.mp3

project / android / res / raw / bells.mp3

project / res / raw / bells.mp3

我还尝试添加一个名为onesignal_default_sound.mp3的文件来替换文档中说的默认声音,但没有效果。

let otherParams = {
  "android_sound": "bells", // I have tried bells.mp3 also
  "priority": 10,
  ...customOtherParams
}    
OneSignal.postNotification(content, data, playerId, otherParams)

通知仍会播放默认的Android声音

0 个答案:

没有答案