<!--
{
  "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/AssetPack/Status",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Background Assets"
    ],
    "preciseIdentifier" : "s:16BackgroundAssets9AssetPackV6StatusV"
  },
  "title" : "AssetPack.Status"
}
-->

# AssetPack.Status

The status of an asset pack.

```
struct Status
```

## Topics

### Tracking downloads

[`downloadAvailable`](/documentation/BackgroundAssets/AssetPack/Status/downloadAvailable)

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

[`downloading`](/documentation/BackgroundAssets/AssetPack/Status/downloading)

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

[`downloaded`](/documentation/BackgroundAssets/AssetPack/Status/downloaded)

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

### Updating assets

[`upToDate`](/documentation/BackgroundAssets/AssetPack/Status/upToDate)

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

[`outOfDate`](/documentation/BackgroundAssets/AssetPack/Status/outOfDate)

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

[`obsolete`](/documentation/BackgroundAssets/AssetPack/Status/obsolete)

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

[`updateAvailable`](/documentation/BackgroundAssets/AssetPack/Status/updateAvailable)

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)