can you tell me more about ManagedApp framework?

Asked on 06/12/2025

1 search

The ManagedApp Framework is a new framework introduced by Apple to simplify and secure the deployment of apps in managed environments. It is designed to automatically configure managed apps and their extensions, authenticate devices, and streamline user authentication, all while meeting high security requirements for data security and access control.

Key features of the ManagedApp Framework include:

  • Automatic Configuration: The framework allows apps to be pre-configured for specific organizations, devices, and users, eliminating the need for a complex setup process.
  • Security: It supports the provisioning of passwords, certificates, and identities, which are securely stored and only accessible to specified managed apps or extensions.
  • Integration with MDM: The framework requires a Mobile Device Management (MDM) server to manage the app using declarative device management. It works with all MDM enrollment types and supports most app extension types.
  • Data Types: Managed App Framework delivers four types of data: app-specific configuration, secrets, passwords, certificates, and identities. These are securely managed and can be updated by administrators as needed.
  • Use Cases: The framework is particularly useful for scenarios like licensing, VPN extensions, and identity providers, providing strong authentication and secure communication.

The framework is available in iOS 18.4, iPadOS 18.4, and Vision OS 2.4. It is recommended for developers currently using the old Managed App Configuration feature to transition to the ManagedApp Framework for enhanced security and functionality.

For more detailed information, you can refer to the session Get to know the ManagedApp Framework (02:51).

Get to know the ManagedApp Framework

Get to know the ManagedApp Framework

Discover how the ManagedApp framework helps your app adapt to managed environments. We’ll show you how to receive configuration data, manage app secrets securely, and tailor your app’s behavior based on organization-provided settings. We’ll also walk through real-world examples to show how you can build more flexible, manageable apps for enterprise and education environments.

What’s new in Apple device management and identity

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

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.