<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: 13.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "HomeKit",
  "identifier" : "/documentation/HomeKit/HMHomeManagerDelegate/homeManager(_:didUpdate:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "HomeKit"
    ],
    "preciseIdentifier" : "c:objc(pl)HMHomeManagerDelegate(im)homeManager:didUpdateAuthorizationStatus:"
  },
  "title" : "homeManager(_:didUpdate:)"
}
-->

# homeManager(_:didUpdate:)

Tells the delegate when the authorization status changes.

```
optional func homeManager(_ manager: HMHomeManager, didUpdate status: HMHomeManagerAuthorizationStatus)
```

## Parameters

`manager`

The home manager for which the status changed.

`status`

The new authorization status. You can also read this value at any time from the manager’s [`authorizationStatus`](/documentation/HomeKit/HMHomeManager/authorizationStatus) property.

---

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)