what's new in alarm
Asked on 06/16/2025
2 searches
At WWDC 2025, Apple introduced the AlarmKit API, which provides a framework for creating and managing alarms within apps. Here are some of the key features and updates related to alarms:
-
Custom Actions and App Intents: You can define custom actions for alarm buttons using app intents. This allows for actions like opening an app when a button is tapped.
-
Countdown and Live Activities: Alarms can support countdown interfaces using live activities, which can be displayed on the lock screen, in the Dynamic Island, and in Standby mode.
-
Scheduling Options: Alarms can be scheduled with fixed or relative schedules. Fixed schedules are based on a specific date and time, while relative schedules can include time of day and recurrence patterns.
-
Customizable Appearance: The appearance of alarms can be customized, including the use of custom icons and metadata to provide additional context, such as cooking methods.
-
Authorization: Users need to authorize apps to schedule alarms, which can be managed through the app's settings.
-
Alarm Management: The Alarm Manager class allows for managing the lifecycle of alarms, including scheduling, pausing, resuming, and canceling alarms.
For more detailed information, you can refer to the session titled "Wake up to the AlarmKit API" from WWDC 2025.

Wake up to the AlarmKit API
Rrrr-rrrrr-innng! From countdown timers in your recipe app to wake-up alarms in your travel planning app, the AlarmKit framework in iOS and iPadOS 26 brings timers and alarms to the Lock Screen, Dynamic Island, and more. Learn how to create and manage your app’s alarms, customize their Live Activities, and offer custom alert actions using the App Intents framework. To get the most from this video, we recommend first watching “Meet ActivityKit” from WWDC23.

What’s new in watchOS 26
Discover the new features in watchOS 26 and learn how to integrate them into your watchOS and iOS apps. Explore the ARM64 architecture, and dive into the new design system. We’ll also share updates for widgets and insights on how to bring controls to Apple Watch.