---
title: UIBackgroundRefreshStatus.restricted
framework: uikit
role: symbol
role_heading: Case
path: uikit/uibackgroundrefreshstatus/restricted
---

# UIBackgroundRefreshStatus.restricted

Background updates are unavailable and the user cannot enable them again.

## Declaration

```swift
case restricted
```

## Discussion

Discussion For example, this status can occur when parental controls are in effect for the current user.

## See Also

### Constants

- [UIBackgroundRefreshStatus.denied](uikit/uibackgroundrefreshstatus/denied.md)
- [UIBackgroundRefreshStatus.available](uikit/uibackgroundrefreshstatus/available.md)
