You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The custom sound is working when app is in foreground and background but not when app is killed. iOS is working perfectly but I am having trouble debugging why the sound is not coming in Android when App is Killed!
When App is killed I only get the default sound.
I have added the mp3 file under res/raw/alert_signal.mp3 after that I followed the documentation:
android: {
sound: 'true',
forceShow: true,
},
I tried this kind of payload, with both "sound" and "soundname" and each separate as well but still no luck
The custom sound is working when app is in foreground and background but not when app is killed. iOS is working perfectly but I am having trouble debugging why the sound is not coming in Android when App is Killed!
When App is killed I only get the default sound.
I have added the mp3 file under res/raw/alert_signal.mp3 after that I followed the documentation:
I tried this kind of payload, with both "sound" and "soundname" and each separate as well but still no luck
I also created a channel which has the custom sound:
The text was updated successfully, but these errors were encountered: