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

# UIBackgroundRefreshStatus.denied

The user explicitly disabled background behavior for this app or for the whole system.

## Declaration

```swift
case denied
```

## See Also

### Constants

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