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

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

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

## Installation

### CocoaPods

```ruby Podfile theme={null}
pod 'CloudXTaurusXAdapter', '~> 1.18.1.0'
```

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

### Manual

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

## Info.plist Configuration

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

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

## Native Ads

Media content renders through the adapter-provided media view, which CloudX attaches to your bound media container. Bind a visible media container as described in [Native ads](/en/ios/ad-formats/native).

## Compatibility

| Adapter version | Network SDK          | Minimum CloudXCore |
| --------------- | -------------------- | ------------------ |
| `1.18.1.0`      | TaurusX SDK `1.18.1` | `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 [support@cloudx.io](mailto:support@cloudx.io)
