<!--
{
  "availability" : [
    "iOS: 26.4.0 -",
    "iPadOS: 26.4.0 -",
    "macCatalyst: 26.4.0 -",
    "macOS: 26.4.0 -",
    "tvOS: 26.4.0 -",
    "visionOS: 26.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "BackgroundAssets",
  "identifier" : "/documentation/BackgroundAssets/BAAssetPackManager/assetPackIsAvailableLocallyWithIdentifier:",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Background Assets"
    ],
    "preciseIdentifier" : "c:objc(cs)BAAssetPackManager(im)assetPackIsAvailableLocallyWithIdentifier:"
  },
  "title" : "assetPackIsAvailableLocallyWithIdentifier:"
}
-->

# assetPackIsAvailableLocallyWithIdentifier:

Checks whether the asset pack with the specified identifier is available locally.

```
- (BOOL) assetPackIsAvailableLocallyWithIdentifier:(NSString *) assetPackIdentifier;
```

## Parameters

`assetPackIdentifier`

The asset pack’s identifier.

## Return Value

Whether the asset pack is available locally.

---

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)