---
title: backgroundRefreshStatusDidChangeNotification
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/uiapplication/backgroundrefreshstatusdidchangenotification
---

# backgroundRefreshStatusDidChangeNotification

A notification that posts when the app’s status for downloading content in the background changes.

## Declaration

```swift
nonisolated class let backgroundRefreshStatusDidChangeNotification: NSNotification.Name
```

## Discussion

Discussion The system sends this notification when the backgroundRefreshStatus property of the app object changes. That property can change in response to the user disabling multitasking support for the app. The object of the notification is the UIApplication object. There is no userInfo dictionary.

## See Also

### Managing background tasks

- [backgroundRefreshStatus](uikit/uiapplication/backgroundrefreshstatus.md)
- [UIBackgroundRefreshStatus](uikit/uibackgroundrefreshstatus.md)
- [beginBackgroundTask(withName:expirationHandler:)](uikit/uiapplication/beginbackgroundtask(withname:expirationhandler:).md)
- [beginBackgroundTask(expirationHandler:)](uikit/uiapplication/beginbackgroundtask(expirationhandler:).md)
- [endBackgroundTask(_:)](uikit/uiapplication/endbackgroundtask(_:).md)
- [UIBackgroundTaskIdentifier](uikit/uibackgroundtaskidentifier.md)
- [backgroundTimeRemaining](uikit/uiapplication/backgroundtimeremaining.md)
