From eb44a541cdf9c4400bfef0c1d5ef9fd145cdaf78 Mon Sep 17 00:00:00 2001 From: Pinselohrkater Date: Sun, 30 Jul 2017 20:28:06 +0200 Subject: [PATCH] Adding sound property to iOS FCM Push on Private Messages #7 --- .../PushNotifications/FirebaseChannelManager.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Eurofurence.App.Server.Services/PushNotifications/FirebaseChannelManager.cs b/src/Eurofurence.App.Server.Services/PushNotifications/FirebaseChannelManager.cs index f6aa64a9..3ba1f935 100644 --- a/src/Eurofurence.App.Server.Services/PushNotifications/FirebaseChannelManager.cs +++ b/src/Eurofurence.App.Server.Services/PushNotifications/FirebaseChannelManager.cs @@ -83,6 +83,7 @@ await SendPushNotificationAsync(new { title = toastTitle, body = toastMessage, + sound = "notification_default.caf" }, to = recipient.DeviceId });