BAAssetPackManager
A class that manages asset packs.
Declaration
@interface BAAssetPackManager : NSObjectMentioned in
Overview
The first time that your code refers to the shared manager, Background Assets considers that your application is opting into automatic system management of your asset packs.
Topics
Getting the shared manager
Tracking downloads
Accessing asset packs
getManifestWithCompletionHandler:BAAssetPackManifestgetAllAssetPacksWithCompletionHandler:getAssetPackWithIdentifier:completionHandler:
Accessing asset contents
contentsAtPath:searchingInAssetPackWithIdentifier:options:error:contentsAtPath:asLocalizedForLanguage:options:error:fileDescriptorForPath:searchingInAssetPackWithIdentifier:error:fileDescriptorForPath:asLocalizedForLanguage:error:URLForPath:error:URLForPath:asLocalizedForLanguage:error:
Managing asset packs
checkForUpdatesWithCompletionHandler:ensureLocalAvailabilityOfAssetPack:completionHandler:ensureLocalAvailabilityOfAssetPacks:completionHandler:ensureLocalAvailabilityOfAssetPack:requireLatestVersion:completionHandler:ensureLocalAvailabilityOfAssetPacks:requireLatestVersions:completionHandler:assetPackIsAvailableLocallyWithIdentifier:getStatusRelativeToAssetPack:completionHandler:getLocalStatusOfAssetPackWithIdentifier:completionHandler:removeAssetPackWithIdentifier:completionHandler:getStatusOfAssetPackWithIdentifier:completionHandler: