<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "BackgroundAssets",
  "identifier" : "/documentation/BackgroundAssets/BAAssetPackStatus",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Background Assets"
    ],
    "preciseIdentifier" : "c:@E@BAAssetPackStatus"
  },
  "title" : "BAAssetPackStatus"
}
-->

# BAAssetPackStatus

The status of an asset pack.

```
enum BAAssetPackStatus : NSUInteger;
```

## Topics

### Tracking downloads

### Updating assets

### Enumeration Cases

[`BAAssetPackStatusDownloadAvailable`](/documentation/BackgroundAssets/BAAssetPackStatus/BAAssetPackStatusDownloadAvailable)

A status value that indicates that the asset pack is available to download.

[`BAAssetPackStatusDownloaded`](/documentation/BackgroundAssets/BAAssetPackStatus/BAAssetPackStatusDownloaded)

A status value that indicates that the system finished downloading the asset pack.

[`BAAssetPackStatusDownloading`](/documentation/BackgroundAssets/BAAssetPackStatus/BAAssetPackStatusDownloading)

A status value that indicates that the system is currently downloading the asset pack.

[`BAAssetPackStatusObsolete`](/documentation/BackgroundAssets/BAAssetPackStatus/BAAssetPackStatusObsolete)

A status value that indicates that the asset pack is no longer available to download.

[`BAAssetPackStatusOutOfDate`](/documentation/BackgroundAssets/BAAssetPackStatus/BAAssetPackStatusOutOfDate)

A status value that indicates that the downloaded asset pack is out of date.

[`BAAssetPackStatusUpToDate`](/documentation/BackgroundAssets/BAAssetPackStatus/BAAssetPackStatusUpToDate)

A status value that indicates that the downloaded asset pack is up to date.

[`BAAssetPackStatusUpdateAvailable`](/documentation/BackgroundAssets/BAAssetPackStatus/BAAssetPackStatusUpdateAvailable)

A status value that indicates that an update to the asset pack is available to download.

---

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)