---
title: "getManifestWithCompletionHandler:"
framework: backgroundassets
role: symbol
role_heading: Instance Method
path: "backgroundassets/baassetpackmanager/getmanifestwithcompletionhandler:"
---

# getManifestWithCompletionHandler:

Gets the manifest of asset packs that are available to download.

## Declaration

```occ
- (void) getManifestWithCompletionHandler:(void (^)(BAAssetPackManifest *manifest, NSError *error)) completionHandler;
```

## Parameters

- `completionHandler`: A block that receives the manifest or an error if one occurs.

## Mentioned in

Reducing download and storage demands with localized asset packs

## See Also

### Accessing asset packs

- [BAAssetPackManifest](backgroundassets/baassetpackmanifest.md)
- [getAllAssetPacksWithCompletionHandler:](backgroundassets/baassetpackmanager/getallassetpackswithcompletionhandler:.md)
- [getAssetPackWithIdentifier:completionHandler:](backgroundassets/baassetpackmanager/getassetpackwithidentifier:completionhandler:.md)
