assetPackIsAvailableLocallyWithIdentifier:
Checks whether the asset pack with the specified identifier is available locally.
Declaration
- (BOOL) assetPackIsAvailableLocallyWithIdentifier:(NSString *) assetPackIdentifier;Parameters
- assetPackIdentifier:
The asset pack’s identifier.
Return Value
Whether the asset pack is available locally.
See Also
Managing asset packs
checkForUpdatesWithCompletionHandler:ensureLocalAvailabilityOfAssetPack:completionHandler:ensureLocalAvailabilityOfAssetPacks:completionHandler:ensureLocalAvailabilityOfAssetPack:requireLatestVersion:completionHandler:ensureLocalAvailabilityOfAssetPacks:requireLatestVersions:completionHandler:getStatusRelativeToAssetPack:completionHandler:getLocalStatusOfAssetPackWithIdentifier:completionHandler:removeAssetPackWithIdentifier:completionHandler:getStatusOfAssetPackWithIdentifier:completionHandler: