as a web browser app, what are some new dev API's I can experiment with for iOS 26
Asked on 06/11/2025
•@wwdc251 search
As a web browser app developer, there are several new APIs and features you can experiment with for iOS 26:
-
WebKit for SwiftUI: This new API makes it easier to integrate web content into your apps using SwiftUI. It includes a new declarative
WebView
component designed for SwiftUI, allowing you to display web content effortlessly. You can also use the newWeb Page API
for programmatically controlling web content. These APIs are built with modern Swift technologies like observation and strict concurrency. You can learn more about this in the session Meet WebKit for SwiftUI. -
New Web APIs: The Platforms State of the Union session highlights new web APIs, including the ability to embed web content with WebKit's
WKWebView
API in SwiftUI. This includes a new version ofOpenURL
for showing a simple in-app browser and a new declarative webview component for SwiftUI. More details can be found in the Platforms State of the Union. -
Spatial Web Features: If you're interested in immersive web experiences, you can explore the new features for the spatial web, such as adding custom immersive environments through HTML markup. This is covered in the session What’s new for the spatial web.
-
Safari and WebKit Enhancements: There are updates to Safari and WebKit, including new layout features like anchor positioning, which makes it easier to create tooltips and position menus. This is discussed in the session What’s new in Safari and WebKit.
These new APIs and features provide exciting opportunities to enhance web content integration and create more immersive and interactive web experiences on iOS 26.

Filter and tunnel network traffic with NetworkExtension
Learn about the APIs in the NetworkExtension framework that give your app the power and flexibility to extend the system’s core networking features — like implementing network content filters, creating and managing VPN configurations, and more. In iOS, iPadOS and macOS 26, you can now build robust content filters that make traffic decisions using the entire URL — not just the hostname — all without compromising privacy and security. We’ll start by briefly covering many of the key use cases for the NetworkExtension framework, including network relays and VPN. Then, we’ll dive into the new URL filter API and its key components, including Private Information Retrieval, Privacy Pass, and more.

What’s new in visionOS 26
Explore exciting new features in visionOS 26. Discover enhanced volumetric APIs and learn how you can combine the power of SwiftUI, RealityKit and ARKit. Find out how you can build more engaging apps and games using faster hand tracking and input from spatial accessories. Get a sneak peek at updates to SharePlay, Compositor Services, immersive media, spatial web, Enterprise APIs, and much more.

Platforms State of the Union
Discover the newest advancements on Apple platforms.