Nikdm46

Results 7 comments of Nikdm46

UNUserNotificationCenter.Current.RequestAuthorization( UNAuthorizationOptions.Alert | UNAuthorizationOptions.Badge | UNAuthorizationOptions.Sound, (approved, error) => { }); But no sound!!!!!

@jamesmontemagno, still no sound((

it looks as though there was no sound in the plug-in at the same time. And alerts are created without a sound

@edsnider, public override void WillPresentNotification(UNUserNotificationCenter center, UNNotification notification, Action completionHandler) { // Tell system to display the notification anyway or use // `None` to say we have handled the display...

No sound, if app is not active too!