<!--
{
  "availability" : [
    "macOS: 10.15.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SystemExtensions",
  "identifier" : "/documentation/SystemExtensions/OSSystemExtensionManager",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "System Extensions"
    ],
    "preciseIdentifier" : "c:objc(cs)OSSystemExtensionManager"
  },
  "title" : "OSSystemExtensionManager"
}
-->

# OSSystemExtensionManager

A type that facilitates activation and deactivation of system extensions.

```
class OSSystemExtensionManager
```

## Overview

Create an instance of [`OSSystemExtensionRequest`](/documentation/SystemExtensions/OSSystemExtensionRequest) with the class methods on that type, and submit it to the shared instance of the extension manager with [`submitRequest(_:)`](/documentation/SystemExtensions/OSSystemExtensionManager/submitRequest(_:)). Set the [`delegate`](/documentation/SystemExtensions/OSSystemExtensionRequest/delegate) on the request to receive the result of the activation or deactivation. The delegate also receives notifications if the user needs to authorize the extension or if a version conflict occurs.

## Topics

### Accessing the Shared Extension Manager

[`shared`](/documentation/SystemExtensions/OSSystemExtensionManager/shared)

The shared instance of the extension manager.

### Submitting Requests

[`submitRequest(_:)`](/documentation/SystemExtensions/OSSystemExtensionManager/submitRequest(_:))

Submits a system extension request to the manager.

[`OSSystemExtensionRequest`](/documentation/SystemExtensions/OSSystemExtensionRequest)

A request to activate or deactivate a system extension.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)