In our application 2 types of notification. In one case without sound and in another case with custom sound.
This is payload for custom sound details from Java
- {
- “message”: {
-
"data": {},
-
"notification": {
-
"title": "VIDEO CONSULT CALL",
-
"body": "description"
-
},
-
"android": {
-
"notification": {
-
"sound": "notification"
-
}
-
},
-
"token": "Token placed here"
- }
- }
notification.mp3 file is kept under raw folder
Custom sound is not coming in notification
Tried onMessageReceived function to get remote message details and showing notification with sound which is not working