specific ringtone firebase notification xamarin.android
问题 How i can force the push notification to run ringtone instead of default notification sound is there any way to ovveride the default behaviour for firebase onMessageReceived 回答1: You could set the specific ringtone in firebase notification. When you use API 26 or later, you would use Channel of Notification. Use the SetSound of channel would cover the default notification sound. Set the Ringtone with SetSound method of Channel. channel.SetSound(RingtoneManager.GetDefaultUri(RingtoneType