Is critical alerts (push notifications) IOS supported on Shiny.push #1370
Unanswered
magtimmermans
asked this question in
Q&A
Replies: 1 comment 4 replies
-
I'm actually not sure and I don't have a way to test this at current. There is the ability to pass custom notification parameters via the iOS configuration object #if IOS
var token = (IPushManager as IApplePushManger).RequestAccess(UNAuthorizationOptions.CriticalAlert);
#endif |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have included Siny.push into my app and the normal push notifications work fine and save me a lot of time (Thanks Shiny Team). However, I do not get the critical alerts from iOS working. Is this supported by Shiny.push?
I am using Firebase as the notification provider.
This is a part of a sample code of how I send the code to my iOS and Andriod device:
I wrote a simple test app in XCode which works, the .net maui app didn't. So I was wondering if this is supported in Shiny.push or do I need to write my own handler...
(Ps The provisioning profile includes the needed Capabilities:
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions