Welcome to our documentation!
Local Notifications Releases
4.1.0 - TBD
Section titled “4.1.0 - TBD” Feature
macOS support added - local notifications via
UNUserNotificationCenter Feature
Windows support added - local notifications via
ToastNotificationManager (channels are limited compared to mobile) Feature
Linux support added via new
Shiny.Notifications.Linux package. Delivered through the freedesktop org.freedesktop.Notifications D-Bus service (GNOME, KDE, etc.). Scheduled notifications are tracked in-process only — the host must be running for them to fire, since there is no OS-level scheduler on Linux. Fix Android
Request SCHEDULE_EXACT_ALARM properly via AlarmManager and system settings intent instead of treating it as a runtime permission
4.0.1 - March 26, 2026
Section titled “4.0.1 - March 26, 2026” Fix Android
AndroidX version pins
3.3.0 - March 18, 2024
Section titled “3.3.0 - March 18, 2024”3.2.2 - January 3, 2024
Section titled “3.2.2 - January 3, 2024” Fix ios
Crash tapping local notification on iOS earlier than 16 when accessing FilterCriteria
3.1.2 - November 7, 2023
Section titled “3.1.2 - November 7, 2023” Enhancement Android
Using AndroidNotification, you can now set the android specific Category
3.1.1 - November 1, 2023
Section titled “3.1.1 - November 1, 2023” Fix Android
Listen to activity.OnCreate intents
3.0.0 - September 5, 2023
Section titled “3.0.0 - September 5, 2023” Enhancement Android
Android 13 Support for new POST_NOTIFICATION permissions
Enhancement
OS specific configuration for Android and iOS
Enhancement
Ability to customize actual native notification before it is sent/queued
Enhancement
Improved sound customization via new channel flag - Channel.Sound = ChannelSound.Custom|High|Default|None