whats new in network extension?
Asked on 06/16/2025
2 searches
In the WWDC 2025 session titled "Filter and tunnel network traffic with NetworkExtension," several new features and updates were introduced for the Network Extension framework. Here are some of the highlights:
-
URL Filtering: A new URL filtering API was introduced, allowing developers to create content filters that make accurate filtering decisions based on the full URL. This is done without revealing the URL contents to the app, ensuring privacy. The filtering process involves an on-device pre-filter and an off-device database server for URL lookups, with all exchanges protected to preserve privacy.
-
Any Hotspot Helper Extension API: This new API in iOS 26 allows apps to configure Wi-Fi settings and interact with Wi-Fi hotspots.
-
Local Push API: This API is designed for apps used on networks without access to the Apple Push Notification service, such as cruise ships or hospitals, enabling features like text messaging and voiceover IP calls.
-
VPN Enhancements: The session discussed improvements in managing VPN tunnels, including options for split and full tunnel VPNs, and the ability to enforce routing requirements to ensure VPN routes take precedence.
-
Security and Privacy: The Network Extension framework continues to focus on security and privacy, with features like encrypted DNS protocols and secure remote access options.
For more detailed information, you can refer to the session Filter and tunnel network traffic with NetworkExtension (00:00:00).

What’s new in Apple device management and identity
Designed for IT administrators, MDM developers, and identity providers, this session covers the latest updates to Declarative Device Management, Apple Business Manager, Apple School Manager, Platform Single Sign-On, and more. Learn how these advancements streamline deployment, strengthen security, and improve the user experience.

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 privacy
At Apple, we believe privacy is a fundamental human right. Learn about new and improved permission flows and other features that manage data in a privacy-preserving way, so that you can focus on creating great app experiences.