No custom sound with Android Firebase Notification

后端 未结 6 1532
轮回少年
轮回少年 2021-01-17 10:39

I am using Firebase push notifications in my Android App. I can send correctly notification with custom icon, but I have not managed to play my custom sound. I always get th

6条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-17 11:10

    Try Enabling Sound From Firebase Console

    For More Info Just Look at this answer

    https://stackoverflow.com/a/44304089/9024123

    may be this should be problem and also try removing '.mp3' in sound element and make it like

    "sound":"mySound"
    

提交回复
热议问题