> ## 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.

# Integration

> Magnite adapter for CloudX iOS SDK. Supports Banner, MREC, Interstitial, and Rewarded.

For CloudX dashboard mapping and Magnite-side ID setup, see the [Magnite bidder guide](/en/networks/magnite). This page covers iOS-specific integration details only.

## Installation

### CocoaPods

```ruby Podfile theme={null}
pod 'CloudXMagniteAdapterV2', '~> 1.0.0.1'
```

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

<Note>
  `CloudXMagniteAdapterV2` is the current Magnite pod, versioned as `<MagniteSDK-version>.<adapter-revision>`. The legacy `CloudXMagniteAdapter` pod remains available on the old unified line (`~> 3.4.6`) for apps not yet on CloudXCore 3.5.0. The framework and import name is `CloudXMagniteAdapter` in both pods — no source changes are needed to migrate.
</Note>

### Manual

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

## Info.plist Configuration

### SKAdNetwork IDs (Required for iOS 14+)

Include the SKAdNetwork IDs provided by Magnite for your integration. Refer to the current Magnite 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.

## Compatibility

| Adapter version | Network SDK        | Minimum CloudXCore |
| --------------- | ------------------ | ------------------ |
| `1.0.0.1`       | MagniteSDK `1.0.0` | `3.5.0`            |

The adapter is discovered automatically when your server-provisioned CloudX configuration includes this network's demand. No manual adapter registration is required.

## Support

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