Making Siri Announce Notifications. Making Notifications "Time Sensitive" #1025
csharpcoder198
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
The siri part is not anything that can be done with the platform API so shiny doesn't do anything there. Time sensitive notifications are automatically requested by Shiny.Notifications if you set a schedule time and call: https://github.com/shinyorg/samples/blob/main/Notifications/Sample/Create/CreateViewModel.cs#L66 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am wondering how to implement "Have Siri Announce Notifications" I have checked earlier it sounded like it is not already implemented.
From an iOS perspective I will need to Configure "myShinyApp"
according to iOS instructions here:
Instructions from Apple
Is there some part of Shiny I need to Override a Shiny Notification Type in order to make it "Time Sensitive" as the instructions allude.
Beta Was this translation helpful? Give feedback.
All reactions