cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi all,

I am working with SAP mobile service and FCM to push notification to Android devices.

I have tried two payloads, one is with "sound" and the other is not.

{"alert": "hello world", "sound": "default"}

{"alert": "hello world"}

Then, I have received two notifications, the one with "sound" setting is in black line block, which is not correct.

The one in red line block is correct, it's from the notification payload without setting "sound".

My question is does parameter "sound" matter?

Anyone helps?

0 Likes
View Entire Topic
former_member320731
Discoverer
0 Likes

Can you try sending the payload with the following body

{

"alert": "TravelAgencies",
"data": "{\"message\": \"Notification to all devices registered to application\", \"sound\": \"default\"}"
}