PushNotificationPlugin
PushNotificationPlugin copied to clipboard
On iOS, "UNNotificationPresentationOptions.Sound" never turns off once it's been activated
As written in title.
At PushNotificationManager.ios.cs.WillPresentNotification, UnnotificationPresentationOptions.Alert is being deactivated when priorityValue is not "max"or "high". I believe the same things has to be done for UnnotificationPresentationOptions.Sound.