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
This allows the user to approve 'normal' push notifications however it does not allow triggering of the special prompt for Critical Alerts to be accepted, is there a way of triggering this prompt using the current OneSignal-DotNet-SDK (I have obtained relevant entitlements from Apple)?
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
How can we help?
I am currently triggering the iOS (and android) prompt from .NET MAUI by using the method
await OneSignal.Notifications.RequestPermissionAsync(true);
This allows the user to approve 'normal' push notifications however it does not allow triggering of the special prompt for Critical Alerts to be accepted, is there a way of triggering this prompt using the current OneSignal-DotNet-SDK (I have obtained relevant entitlements from Apple)?
Code of Conduct
The text was updated successfully, but these errors were encountered: