initWithContentsOfURL:applicationGroupIdentifier:error:
Initializes a representation of a manifest in memory given a URL to the manifest’s representation as a JSON file on disk.
Declaration
- (instancetype) initWithContentsOfURL:(NSURL *) URL applicationGroupIdentifier:(NSString *) applicationGroupIdentifier error:(NSError **) error;Parameters
- URL:
A URL to a local JSON file.
- applicationGroupIdentifier:
The identifier of the application group in which to store unmanaged asset packs that are downloaded from the manifest.
- error:
A pointer to an error that will be set if an error occurs.