<!--
{
  "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/AssetPackManager/statusUpdates(forAssetPackWithID:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Background Assets"
    ],
    "preciseIdentifier" : "s:16BackgroundAssets16AssetPackManagerC13statusUpdates03forcD6WithIDQrSS_tF"
  },
  "title" : "statusUpdates(forAssetPackWithID:)"
}
-->

# statusUpdates(forAssetPackWithID:)

Returns an asynchronous sequence of download-status updates for the asset pack with the specified ID.

```
nonisolated func statusUpdates(forAssetPackWithID assetPackID: String) -> some Sendable & AsyncSequence<AssetPackManager.DownloadStatusUpdate, Never>
```

## Parameters

`assetPackID`

The asset pack’s ID.

## Return Value

An asynchronous sequence of download-status updates.

## Discussion

The sequence finishes after yielding [`AssetPackManager.DownloadStatusUpdate.finished(_:)`](/documentation/BackgroundAssets/AssetPackManager/DownloadStatusUpdate/finished(_:)) or [`AssetPackManager.DownloadStatusUpdate.failed(_:_:)`](/documentation/BackgroundAssets/AssetPackManager/DownloadStatusUpdate/failed(_:_:)).

---

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)