<!--
{
  "availability" : [
    "iOS: 16.1.0 -",
    "iPadOS: 16.1.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 14.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MatterSupport",
  "identifier" : "/documentation/MatterSupport",
  "metadataVersion" : "0.1.0",
  "role" : "Framework",
  "symbol" : {
    "kind" : "Framework",
    "modules" : [
      "MatterSupport"
    ],
    "preciseIdentifier" : "MatterSupport"
  },
  "title" : "MatterSupport"
}
-->

# MatterSupport

Coordinate and control compatible smart home accessories.

## Overview

Matter is a smart home connectivity standard that gives your app the ability to control devices from a wide variety of manufacturers and across platforms. Adopt this framework in your app to add compatible devices to your ecosystem, then use <doc://com.apple.documentation/documentation/Matter> to commission and control them.

> Important: Calls to this framework return errors to Mac apps built with Mac Catalyst.

## Topics

### Adding a device

[Adding Matter support to your ecosystem](/documentation/MatterSupport/Adding-Matter-support-to-your-ecosystem)

Allow people to add Matter accessories to your platform.

[`MatterAddDeviceRequest`](/documentation/MatterSupport/MatterAddDeviceRequest)

A request that adds and sets up a device into an ecosystem.

[`MatterAddDeviceExtensionRequestHandler`](/documentation/MatterSupport/MatterAddDeviceExtensionRequestHandler)

The object that handles configuration and commissioning of a device into an ecosystem.



---

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)