Skip to main content

CloudX Renderer

Rendering adapter that handles ad markup rendering with MRAID 3.0 and VAST 4.0 support. Currently used for rendering test ads.

Installation

CocoaPods

Podfile
pod 'CloudXRenderer'
pod install --repo-update

Manual

  1. Download CloudXRenderer-v{version}.xcframework.zip from Releases
  2. Unzip and drag CloudXRenderer.xcframework into your Xcode project

Supported Formats

FormatDescription
Banner320x50, 728x90, custom sizes
MREC300x250
InterstitialFull-screen display ads

Basic Integration

#import <CloudXRenderer/CloudXRenderer.h>

CloudXRendererBanner *banner = [[CloudXRendererBanner alloc] 
    initWithAdm:adMarkup
    hasClosedButton:YES
    type:CLXBannerTypeMREC
    viewController:self
    delegate:self];

[banner load];
The CloudXRenderer is currently only used for rendering test ads. For most integrations, you don’t need to interact with it directly - just include it in your Podfile if you need test ad rendering.

Support

For support, contact [email protected]