wiget extension

Asked on 2025-09-17

1 search

It seems like you're interested in widget extensions. At WWDC, Apple introduced several updates and features related to widgets, particularly in the session titled "What’s new in widgets" (wwdc2025-278). Here are some key points:

  1. Scheduled Timeline Reloads: Widgets can update at regular intervals using a scheduled timeline reload policy. This is useful for widgets that display dynamic information like weather or stock prices.

  2. Widget Center API: This API allows apps to update widgets when data changes occur within the app. This is particularly useful for apps that need to reflect changes made inside the app, such as updating a caffeine log or checking off a reminder.

  3. Push Widget Updates: Widgets can now receive push updates, allowing them to stay up-to-date across devices. This is useful for scenarios where data changes on a server or another device.

  4. Customization and Styling: Widgets can be customized in terms of color themes and rendering modes, especially for VisionOS, where they can be integrated into the environment with different textures and styles.

For more detailed information, you can refer to the session What’s new in widgets (18:12) where push widget updates are discussed.