Returns or downloads Customization Resources as binary data.
SMPAppSettings* appSettings = [SMPAppSettings initializeWithConnection:clientConn userName:"username" password:@"password"];
NSError* error = nil;
NSData* customResourceBundleData = [appSettings getCustomizationResourceBundleWithCustomizationResource:customizationResource error:&error];
if (!error)
{
// Further processing
}
Returns the Customization Resource as binary data.