shiny-liveactivities
Installation
SKILL.md
Shiny Live Activities
Shiny.Mobile.LiveActivities puts one API in front of the persistent, updating status surface both phone
platforms grew: iOS/iPadOS Live Activities (ActivityKit — Lock Screen and Dynamic Island) and
Android 16 Live Updates (a promoted ongoing notification that also renders as a status bar chip and on
the always-on display).
Platform support — read this first
| Platform | What you get |
|---|---|
| iOS / iPadOS 16.2+ | A real Live Activity via ActivityKit, rendered by your SwiftUI widget extension |
| Android 16 (API 36)+ | Notification.ProgressStyle + requestPromotedOngoing + setShortCriticalText |
| Android 8-15 | An ordinary ongoing notification with a determinate progress bar (no chip) |
| macOS, Mac Catalyst, tvOS, Windows, Linux, Blazor | NoOpLiveActivityManager — IsSupported is false, every call is a safe no-op |