initFromData:applicationGroupIdentifier:error:
Initializes a representation of a manifest in memory from JSON-encoded data.
Declaration
- (instancetype) initFromData:(NSData *) data applicationGroupIdentifier:(NSString *) applicationGroupIdentifier error:(NSError **) error;Parameters
- data:
JSON-encoded data.
- 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.