beginDownloadCustomizationBundle :(NSStream*)outputStream

Starts downloading the default resource bundle associated with the application, and saves it into the output stream that you provide.

The resource bundle is saved into the output stream that you provide. An application can only have one default resource bundle.

Syntax

-(void) beginDownloadCustomizationBundle :(NSStream*)outputStream;

Parameters

Returns

None.

Examples