removeAssetPackWithIdentifier:completionHandler:
Removes the specified asset pack from the device.
Declaration
- (void) removeAssetPackWithIdentifier:(NSString *) assetPackIdentifier completionHandler:(void (^)(NSError *error)) completionHandler;Parameters
- assetPackIdentifier:
The asset pack’s identifier.
- completionHandler:
A block that receives an error if one occurs.
See Also
Managing asset packs
checkForUpdatesWithCompletionHandler:ensureLocalAvailabilityOfAssetPack:completionHandler:ensureLocalAvailabilityOfAssetPacks:completionHandler:ensureLocalAvailabilityOfAssetPack:requireLatestVersion:completionHandler:ensureLocalAvailabilityOfAssetPacks:requireLatestVersions:completionHandler:assetPackIsAvailableLocallyWithIdentifier:getStatusRelativeToAssetPack:completionHandler:getLocalStatusOfAssetPackWithIdentifier:completionHandler:getStatusOfAssetPackWithIdentifier:completionHandler: