[question]: Add Custom Notification sound not playing.
nikunjpanchall opened this issue · 1 comments
nikunjpanchall commented
How can we help?
I have added a notification sound file to this path (android/app/src/main/res/raw) and also created keep.xml file, but when the notification triggers, it will play the default sound.
Code of Conduct
- I agree to follow this project's Code of Conduct
jkasten2 commented
@nikunjpanchall please check the following:
- Confirm you have created an Android Category / Channel and are using it on the test notification you sent.
- Ensure you used a supported sound file type.
- Extracting the contents of your APK to ensure the sound file is there.