I am using Firebase to send notifications to iOS devices. The setup is working fine: notifications are being received on the target devices. The problem is that they are silent - no sound is accompanying the notification.
When I send a test alert via the FCM console, and enable the sound dropdown, the notification is received with sound.
According to https://stackoverflow.com/a/51048292/6002780 I need to specify the sound as "default" within the apns>payload>aps section of the request. I have tried this to no avail.
According to apple's docs if the sound file cannot be found, or the value is set to default, the default sound will be played. This does not appear to be the case with Firebase.
Any ideas on how to get the default notification sound playing?