You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to add the code but Critical notifications still don't show. The option to enable or disable critical alerts is also not showing. I filled a form to enable critical notification to Apple. Maybe it's a requirement
I am trying to enable "CriticalAlert" notifications.
From Microsoft documentation, it's as simple as adding the flag: UNAuthorizationOptions.CriticalAlert;
https://learn.microsoft.com/en-us/xamarin/ios/platform/introduction-to-ios12/notifications/critical-alerts
How to do the same using this plugin?
Currently, i am auto registering the plugin, should i not do that i register manually with the code above?
Will they interfere with each other and work properly? i have multiple custom handlers for the notifications
The text was updated successfully, but these errors were encountered: