Widget extension
Asked on 2025-09-17
2 searches
It seems you're interested in widget extensions. At WWDC, Apple introduced several updates and features related to widgets and their extensions. Here are some highlights:
-
Widget Extensions in Apps: You can add a widget extension to your app to enhance its functionality. For example, in the session "Build a great Lock Screen camera capture experience," a widget extension is used to incorporate a control widget for a camera capture experience. This involves defining a control and implementing a camera capture intent to provide to your control. Build a great Lock Screen camera capture experience.
-
New Features in Widgets: The session "What’s new in widgets" covers various updates, including push widget updates and relevance widgets, which allow widgets to stay up-to-date and be suggested at the right time. What’s new in widgets.
-
Extending App Controls: In the session "Extend your app’s controls across the system," you can learn how to define controls within a widget extension, providing information to display and actions to perform. This session also covers making controls configurable. Extend your app’s controls across the system.
These sessions provide a comprehensive overview of how to implement and enhance widget extensions in your apps, offering new ways to interact with users and keep your app's content relevant and up-to-date.

Build a great Lock Screen camera capture experience
Find out how the LockedCameraCapture API can help you bring your capture application’s most useful information directly to the Lock Screen. Examine the API’s features and functionality, learn how to get started creating a capture extension, and find out how that extension behaves when the device is locked.

What’s new in Apple Pay
Discover the latest improvements and new APIs in Apple Pay. You’ll discover enhancements to the Apple Pay eCommerce experience, like the new dynamic payment button, and learn how to take advantage of enhanced support for preauthorized payments. We’ll cover brand-new features coming to order tracking in Wallet, and recommendations to help your orders look their best. We’ll also dive into FinanceKit’s new background delivery APIs, allowing financial management apps to get the latest data, even when they’re not active.

Extend your app’s controls across the system
Bring your app’s controls to Control Center, the Lock Screen, and beyond. Learn how you can use WidgetKit to extend your app’s controls to the system experience. We’ll cover how you can to build a control, tailor its appearance, and make it configurable.