View in English

  • Apple Developer
    • Get Started

    Explore Get Started

    • Overview
    • Learn
    • Apple Developer Program

    Stay Updated

    • Latest News
    • Hello Developer
    • Platforms

    Explore Platforms

    • Apple Platforms
    • iOS
    • iPadOS
    • macOS
    • tvOS
    • visionOS
    • watchOS
    • App Store

    Featured

    • Design
    • Distribution
    • Games
    • Accessories
    • Web
    • Home
    • CarPlay
    • Technologies

    Explore Technologies

    • Overview
    • Xcode
    • Swift
    • SwiftUI

    Featured

    • Accessibility
    • App Intents
    • Apple Intelligence
    • Games
    • Machine Learning & AI
    • Security
    • Xcode Cloud
    • Community

    Explore Community

    • Overview
    • Meet with Apple events
    • Community-driven events
    • Developer Forums
    • Open Source

    Featured

    • WWDC
    • Swift Student Challenge
    • Developer Stories
    • App Store Awards
    • Apple Design Awards
    • Apple Developer Centers
    • Documentation

    Explore Documentation

    • Documentation Library
    • Technology Overviews
    • Sample Code
    • Human Interface Guidelines
    • Videos

    Release Notes

    • Featured Updates
    • iOS
    • iPadOS
    • macOS
    • watchOS
    • visionOS
    • tvOS
    • Xcode
    • Downloads

    Explore Downloads

    • All Downloads
    • Operating Systems
    • Applications
    • Design Resources

    Featured

    • Xcode
    • TestFlight
    • Fonts
    • SF Symbols
    • Icon Composer
    • Support

    Explore Support

    • Overview
    • Help Guides
    • Developer Forums
    • Feedback Assistant
    • Contact Us

    Featured

    • Account Help
    • App Review Guidelines
    • App Store Connect Help
    • Upcoming Requirements
    • Agreements and Guidelines
    • System Status
  • Quick Links

    • Events
    • News
    • Forums
    • Sample Code
    • Videos
 

Videos

Abrir menú Cerrar menú
  • Colecciones
  • Todos los videos
  • Información

Más videos

  • Información
  • Código
  • Add support for Matter in your smart home app

    The enhanced and new APIs in HomeKit enable smart home developers to integrate with the new Matter protocol in the most convenient way. Tour the Matter protocol, and discover how to set up and manage Matter accessories on our platforms and within your smart home apps.

    Recursos

      • Video HD
      • Video SD
  • Buscar este video…
    • 4:58 - Add a Matter accessory to your HomeKit app

      home.addAndSetupAccessories() { error in
          if let error = error {
               print("Error occurred in accessory setup \(error)”)
          } else {
               print("Successfully added accessory to HomeKit")
          }
      }
    • 9:12 - Invocation example

      let homes = proprietaryHomeStorage.homes.map { home in
          HMCHIPServiceHome(uuid: home.uuid, name: home.name)
      }
      
      let topology = HMCHIPServiceTopology(homes: homes)
      let setupManager = HMAccessorySetupManager()
      
      do {
          try await setupManager.addAndSetUpAccessories(for: topology)
          print("Successfully added accessory to my app”)
      } catch {
          print("Error occurred in accessory setup \(error)")
      }
    • 10:15 - Extension communication

      class RequestHandler: HMCHIPServiceRequestHandler, CHIPDevicePairingDelegate {
      
         // . . .
      
         override func pairAccessory(in: HMCHIPServiceHome, onboardingPayload: String) async throws -> Void {
              // iOS is instructing the extension to pair the accessory via CHIP.framework
        }

   // . . .
      }
    • 10:39 - Extension communication

      class RequestHandler: HMCHIPServiceRequestHandler, CHIPDevicePairingDelegate {
      
         // . . .
      
         override func rooms(in: HMCHIPServiceHome) async throws -> [HMCHIPServiceRoom] {
              // iOS is querying for a room list that corresponds to the given home
          }

   // . . .
      }
    • 11:03 - Extension communication

      class RequestHandler: HMCHIPServiceRequestHandler, CHIPDevicePairingDelegate {
      
         // . . .
      
         override func configureAccessory(named accessoryName: String, room accessoryRoom: HMCHIPServiceRoom) async throws -> Void {
              // iOS is instructing the extension to apply configuration via CHIP.framework.
          }

   // . . .
      }
    • 11:27 - Extension communication

      class RequestHandler: HMCHIPServiceRequestHandler, CHIPDevicePairingDelegate {
      
          override func rooms(in: HMCHIPServiceHome) async throws -> [HMCHIPServiceRoom] {
              // iOS is querying for rooms that match the given home.  These rooms will be shown in system UI and the selection will be vended back to your extension's `configureAccessory` function
         }
      
          override func pairAccessory(in: HMCHIPServiceHome, onboardingPayload: String) async throws -> Void {
              // iOS is instructing the extension to pair the accessory via CHIP.framework
         }
          
          override func configureAccessory(named accessoryName: String, room accessoryRoom: HMCHIPServiceRoom) async throws -> Void {
             // iOS is instructing the extension to apply configuration via CHIP.framework.
          }
      }
    • 14:27 - Status and Control

      let controller = CHIPDeviceController.shared()
      do {
          let device = try controller.getPairedDevice(accessoryDeviceID)
          let onOffCluster = CHIPOnOff(device: device,
                                     endpoint: lightEndpoint,
                                        queue: DispatchQueue.main)
          onOffCluster?.toggle({ (error, values) in
              // Error handling code here
          })
          onOffCluster?.readAttributeOnOff(responseHandler: { error, response in
              if let state = response?[VALUE_KEY] as? NSInteger {
                 updateLightState(state: state)
              }
          })
      } catch {
          print("Error occurred in accessory control \(error)")
      }

Developer Footer

  • Videos
  • WWDC21
  • Add support for Matter in your smart home app
  • Open Menu Close Menu
    • iOS
    • iPadOS
    • macOS
    • tvOS
    • visionOS
    • watchOS
    • App Store
    Open Menu Close Menu
    • Swift
    • SwiftUI
    • Swift Playground
    • TestFlight
    • Xcode
    • Xcode Cloud
    • Icon Composer
    • SF Symbols
    Open Menu Close Menu
    • Accessibility
    • Accessories
    • Apple Intelligence
    • Audio & Video
    • Augmented Reality
    • Business
    • Design
    • Distribution
    • Education
    • Games
    • Health & Fitness
    • In-App Purchase
    • Localization
    • Maps & Location
    • Machine Learning & AI
    • Security
    • Safari & Web
    Open Menu Close Menu
    • Documentation
    • Downloads
    • Sample Code
    • Videos
    Open Menu Close Menu
    • Help Guides & Articles
    • Contact Us
    • Forums
    • Feedback & Bug Reporting
    • System Status
    Open Menu Close Menu
    • Apple Developer
    • App Store Connect
    • Certificates, IDs, & Profiles
    • Feedback Assistant
    Open Menu Close Menu
    • Apple Developer Program
    • Apple Developer Enterprise Program
    • App Store Small Business Program
    • MFi Program
    • Mini Apps Partner Program
    • News Partner Program
    • Video Partner Program
    • Security Bounty Program
    • Security Research Device Program
    Open Menu Close Menu
    • Meet with Apple
    • Apple Developer Centers
    • App Store Awards
    • Apple Design Awards
    • Apple Developer Academies
    • WWDC
    Read the latest news.
    Get the Apple Developer app.
    Copyright © 2026 Apple Inc. All rights reserved.
    Terms of Use Privacy Policy Agreements and Guidelines