🐛 Trying to fix apns push notification sound
This commit is contained in:
parent
ca57faa7c3
commit
57775eb0a1
@ -237,9 +237,7 @@ public class NotificationService(
|
||||
}
|
||||
|
||||
if (notification.Priority >= 5)
|
||||
{
|
||||
dict["sound"] = new Dictionary<string, object> { ["name"] = "default", ["volume"] = 1.0 };
|
||||
}
|
||||
dict["sound"] = "default";
|
||||
|
||||
dict["platform"] = platformCode;
|
||||
dict["alert"] = alertDict;
|
||||
|
Loading…
x
Reference in New Issue
Block a user