MobileFuse

MobileFuse integration for CloudX Unity SDK. Supports Banner, MREC, Interstitial, and Rewarded. Android also supports Native, Native Banner, and Native MREC.

For dashboard configuration, see the MobileFuse publisher setup guide.

Uncomment the MobileFuse lines in Assets/CloudXSdk/Editor/CloudXDependencies.xml:

<!-- Android -->
<androidPackage spec="io.cloudx:adapter-mobilefuse:1.12.0.0"/>

<!-- iOS -->
<iosPod name="CloudXMobileFuseAdapter" version="1.11.0.1" minTargetSdk="13.0"/>

The MobileFuse SDK resolves from Maven Central, so no additional repository is required.

After modifying the file, go to Assets > External Dependency Manager > Android Resolver > Force Resolve.

iOS Info.plist Configuration

SKAdNetwork IDs (Required for iOS 14+)

Include the SKAdNetwork IDs published by MobileFuse for your integration. Refer to the current MobileFuse SDK documentation for the latest SKAdNetworkItems list.

App Tracking Transparency (iOS 14+)

Info.plist
<key>NSUserTrackingUsageDescription</key>
<string>This identifier will be used to deliver personalized ads to you.</string>

iOS Project Configuration

Linker Flags: Add -ObjC to Other Linker Flags in Build Settings.

Support

For support, contact support@cloudx.io