<!--
{
  "availability" : [
    "watchOS: 7.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreMotion",
  "identifier" : "/documentation/CoreMotion/CMFallDetectionDelegate/fallDetectionManagerDidChangeAuthorization(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Core Motion"
    ],
    "preciseIdentifier" : "c:objc(pl)CMFallDetectionDelegate(im)fallDetectionManagerDidChangeAuthorization:"
  },
  "title" : "fallDetectionManagerDidChangeAuthorization(_:)"
}
-->

# fallDetectionManagerDidChangeAuthorization(_:)

Indicates the fall detection authorization status changed.

```
optional func fallDetectionManagerDidChangeAuthorization(_ fallDetectionManager: CMFallDetectionManager)
```

## Parameters

`fallDetectionManager`

The fall detection manager for the event.

## Discussion

The system calls this method after the fall detection authorization status changes. Check the fall detection manager’s [`authorizationStatus`](/documentation/CoreMotion/CMFallDetectionManager/authorizationStatus) property to determine the current status.

---

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)