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

# UIBackgroundFetchResult

Constants that indicate the result of a background fetch operation.

```
enum UIBackgroundFetchResult
```

## Topics

### Constants

[`UIBackgroundFetchResultNewData`](/documentation/UIKit/UIBackgroundFetchResult/newData)

New data was successfully downloaded.

[`UIBackgroundFetchResultNoData`](/documentation/UIKit/UIBackgroundFetchResult/noData)

There was no new data to download.

[`UIBackgroundFetchResultFailed`](/documentation/UIKit/UIBackgroundFetchResult/failed)

An attempt to download data was made but that attempt failed.

## Relationships

### Conforms To

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Hashable`](/documentation/Swift/Hashable)

[`Equatable`](/documentation/Swift/Equatable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Sendable`](/documentation/Swift/Sendable)

---

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)