<!--
{
  "availability" : [
    "iOS: 7.0.0 -",
    "iPadOS: 7.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 10.14.0 -",
    "tvOS: 17.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVAuthorizationStatus",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:@E@AVAuthorizationStatus"
  },
  "title" : "AVAuthorizationStatus"
}
-->

# AVAuthorizationStatus

Constants that indicate the status of an app’s authorization to capture media.

```
enum AVAuthorizationStatus
```

## Overview

Call [`authorizationStatus(for:)`](/documentation/AVFoundation/AVCaptureDevice/authorizationStatus(for:)) to determine the app’s current permission to capture media.

## Topics

### Status values

[`AVAuthorizationStatus.notDetermined`](/documentation/AVFoundation/AVAuthorizationStatus/notDetermined)

A status that indicates the user hasn’t yet granted or denied authorization.

[`AVAuthorizationStatus.restricted`](/documentation/AVFoundation/AVAuthorizationStatus/restricted)

A status that indicates the app isn’t permitted to use media capture devices.

[`AVAuthorizationStatus.denied`](/documentation/AVFoundation/AVAuthorizationStatus/denied)

A status that indicates the user has explicitly denied an app permission to capture media.

[`AVAuthorizationStatus.authorized`](/documentation/AVFoundation/AVAuthorizationStatus/authorized)

A status that indicates the user has explicitly granted an app permission to capture media.



---

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)