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

# TaurusX

> TaurusX integration for CloudX Unity SDK. Supports Banner, MREC, Interstitial, Rewarded, and Native.

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

```xml theme={null}
<!-- Android -->
<androidPackage spec="io.cloudx:adapter-taurusx:1.18.3.0"/>

<!-- iOS -->
<iosPod name="CloudXTaurusXAdapter" version="1.18.1.0" minTargetSdk="13.0"/>
```

<Note>
  Native support reflects the underlying Android and iOS adapters. There is no dedicated Unity Native ad format guide.
</Note>

The TaurusX Maven repository is required for Android dependency resolution:

```
https://artifact.taurusx.com/artifactory/taurusx-sdk/
```

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

## iOS Project Configuration

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

## Support

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