I want to implement push notification in an iOS device using FCM. I have followed full document of firebase but when my application is in the background at that time sound is not working. Here it is my payload which I am using with this https://www.apnstester.com/fcm/
{
"notification": {
"title":"Title",
"body":"My Message",
"sound":"default"
},
"priority":"high"
}