---
title: AssetPack
framework: backgroundassets
role: symbol
role_heading: Structure
path: backgroundassets/assetpack
---

# AssetPack

An archive of assets that the system downloads together.

## Declaration

```swift
struct AssetPack
```

## Mentioned in

Downloading Apple-hosted asset packs

## Overview

Overview An instance of this structure can be invalidated when the asset pack that it represents is updated on the server.

## Topics

### Identifying assets

- [id](backgroundassets/assetpack/id.md)
- [version](backgroundassets/assetpack/version.md)

### Accessing asset details

- [AssetPack.Status](backgroundassets/assetpack/status.md)
- [userInfo](backgroundassets/assetpack/userinfo.md)

### Accessing asset language

- [language](backgroundassets/assetpack/language.md)
- [Locale.Language](foundation/locale/language-swift.struct.md)

### Downloading assets

- [download(for:)](backgroundassets/assetpack/download(for:).md)
- [downloadSize](backgroundassets/assetpack/downloadsize.md)

## Relationships

### Conforms To

- [CustomStringConvertible](swift/customstringconvertible.md)
- [DecodableWithConfiguration](foundation/decodablewithconfiguration.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [Identifiable](swift/identifiable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Managed asset packs

- [AssetPackManager](backgroundassets/assetpackmanager.md)
- [AssetPackManifest](backgroundassets/assetpackmanifest.md)
- [ManagedDownloaderExtension](backgroundassets/manageddownloaderextension.md)
- [BAAppGroupID](bundleresources/information-property-list/baappgroupid.md)
- [BAHasManagedAssetPacks](bundleresources/information-property-list/bahasmanagedassetpacks.md)
