🐛 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)
|
if (notification.Priority >= 5)
|
||||||
{
|
dict["sound"] = "default";
|
||||||
dict["sound"] = new Dictionary<string, object> { ["name"] = "default", ["volume"] = 1.0 };
|
|
||||||
}
|
|
||||||
|
|
||||||
dict["platform"] = platformCode;
|
dict["platform"] = platformCode;
|
||||||
dict["alert"] = alertDict;
|
dict["alert"] = alertDict;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user