<!--
{
  "availability" : [
    "iOS: 7.0.0 -",
    "iPadOS: 7.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: 11.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIApplication/backgroundRefreshStatusDidChangeNotification",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@UIApplicationBackgroundRefreshStatusDidChangeNotification"
  },
  "title" : "backgroundRefreshStatusDidChangeNotification"
}
-->

# backgroundRefreshStatusDidChangeNotification

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

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

## Discussion

The system sends this notification when the [`backgroundRefreshStatus`](/documentation/UIKit/UIApplication/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.

---

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)