I have live app in app store which uses firebase fcm to send push notification using firebase cloud function. On arrival of push notification app plays custom sound provided in main bundle of xcode. But since last 24 hours app not playing custom sound for push notification on ios devices but its playing default iphone notfcation sound. On android devices its playing custom sound.i did not change sound file nor i update any code. The app is live in app store since months and suddenly stopped playing custom sound. Velow is the code of my payload. Waiting for your help.
const payload = {
notification: {
title: 'New Orderد',
body: 'New Order in '+storename,
badge: '1',
sound: 'mergedrequest.mp3',
android_channel_id: 'driverrequestsoundchannelid'
}