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

> Pangle (ByteDance) adapter for CloudX iOS SDK. Supports Banner, MREC, Interstitial, Rewarded, Native, and App Open.

## Installation

### CocoaPods

```ruby Podfile theme={null}
pod 'CloudXPangleAdapter', '~> 7.9.1.3.0'
```

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

### Manual

1. Download `CloudXPangleAdapter.xcframework.zip` from [Releases](https://github.com/cloudx-io/cloudx-ios/releases).
2. Unzip and drag `CloudXPangleAdapter.xcframework` into your Xcode project.
3. Add the Pangle SDK (`Ads-Global` `= 7.9.1.3`) manually.

## Info.plist Configuration

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

Include the SKAdNetwork IDs provided by Pangle for your integration. Refer to the current `Ads-Global` (Pangle) 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 |
| --------------- | -------------------- | ------------------ |
| `7.9.1.3.0`     | Ads-Global `7.9.1.3` | `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)
