---
title: "homeManager(_:didUpdate:)"
framework: homekit
role: symbol
role_heading: Instance Method
path: "homekit/hmhomemanagerdelegate/homemanager(_:didupdate:)"
---

# homeManager(_:didUpdate:)

Tells the delegate when the authorization status changes.

## Declaration

```swift
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 doc://com.apple.homekit/documentation/HomeKit/HMHomeManager/authorizationStatus property.
