> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cloudx.io/llms.txt
> Use this file to discover all available pages before exploring further.

# MobileFuse

> MobileFuse integration for CloudX iOS SDK. Supports Banner, MREC, Interstitial, and Rewarded.

This page covers iOS-specific integration details for the MobileFuse adapter.

## Installation

### CocoaPods

```ruby Podfile theme={null}
pod 'CloudXMobileFuseAdapter', '~> 1.11.0.0'
```

```bash theme={null}
pod install --repo-update
```

### Manual

1. Download `CloudXMobileFuseAdapter.xcframework.zip` from [Releases](https://github.com/cloudx-io/cloudx-ios/releases)
2. Unzip and drag `CloudXMobileFuseAdapter.xcframework` into your Xcode project
3. Add `MobileFuseSDK` (`= 1.11.0`) manually.

## 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+)

```xml Info.plist theme={null}
<key>NSUserTrackingUsageDescription</key>
<string>This identifier will be used to deliver personalized ads to you.</string>
```

## Project Configuration

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

## Support

For support, contact [mobile@cloudx.io](mailto:mobile@cloudx.io)
