BAAssetPackManager
A class that manages asset packs.
Declaration
@interface BAAssetPackManager : NSObjectOverview
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
getAllAssetPacksWithCompletionHandler:getAssetPackWithIdentifier:completionHandler:getStatusOfAssetPackWithIdentifier:completionHandler:contentsAtPath:searchingInAssetPackWithIdentifier:options:error:fileDescriptorForPath:searchingInAssetPackWithIdentifier:error:URLForPath:error:
Managing asset packs
checkForUpdatesWithCompletionHandler:ensureLocalAvailabilityOfAssetPack:completionHandler:removeAssetPackWithIdentifier:completionHandler: