Replies: 2 comments 3 replies
-
Can you share how you are calling the notification so I have something to test against? |
Beta Was this translation helpful? Give feedback.
-
This is kinda related but also a separate Issue. I realized while the System UI for normal Notifications-Permission is being displayed as expected, the UI requestet by the following line from the Shiny.Notifications/Platforms/Android/NotificationManager.cs is never shown to me: While reading though the Andoid Documentation I did realize that I was missing the SCHEDULE_EXACT_ALARM permission in my AndroidManifest.xml, though adding that didn't change the result/behaviour of the RequestAccess-Method. I tried uninstalling the app to reset permissions, but I'm still only getting the UI for regular notifications and I'm currently targeting android34 and deploying to / testing on a Pixel 7a (Android 15 - API 35) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The AssertValid Method in Shiny.Notifications.IntervalTrigger does not allow the use of Interval at all. The last check always fails, when TimeOfDay is null, even when Interval is set.
I'm not sure if that's on purpose or not, but if it was, why even provide the Interval-Property at all.
I think the last check should be like this instread:
or if you prefer the ?-Syntax:
Beta Was this translation helpful? Give feedback.
All reactions