CrossGeeks / PushNotificationPlugin

Push Notification Plugin for Xamarin iOS and Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

On iOS, "UNNotificationPresentationOptions.Sound" never turns off once it's been activated

naokiyoshidassi opened this issue · comments

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.