---
title: AVAuthorizationStatus.restricted
framework: avfoundation
role: symbol
role_heading: Case
path: avfoundation/avauthorizationstatus/restricted
---

# AVAuthorizationStatus.restricted

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

## Declaration

```swift
case restricted
```

## Discussion

Discussion This status occurs when a user can’t change the authorization status, possibly due to the system imposing restrictions like parental controls.

## See Also

### Status values

- [AVAuthorizationStatus.notDetermined](avfoundation/avauthorizationstatus/notdetermined.md)
- [AVAuthorizationStatus.denied](avfoundation/avauthorizationstatus/denied.md)
- [AVAuthorizationStatus.authorized](avfoundation/avauthorizationstatus/authorized.md)
