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

# 集成

> CloudX iOS SDK 的 Pangle（字节跳动）适配器。支持 Banner、MREC、Interstitial、Rewarded、Native 和 App Open。

## 安装

### CocoaPods

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

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

### 手动安装

1. 从 [Releases](https://github.com/cloudx-io/cloudx-ios/releases) 下载 `CloudXPangleAdapter.xcframework.zip`。
2. 解压并将 `CloudXPangleAdapter.xcframework` 拖入 Xcode 项目。
3. 手动添加 Pangle SDK（`Ads-Global` `= 7.9.1.3`）。

## Info.plist 配置

### SKAdNetwork IDs（iOS 14+ 必需）

包含 Pangle 为您的集成提供的 SKAdNetwork ID。最新的 `SKAdNetworkItems` 列表请参阅当前的 `Ads-Global`（Pangle）文档。

### 应用追踪透明度（iOS 14+）

```xml Info.plist theme={null}
<key>NSUserTrackingUsageDescription</key>
<string>此标识符将用于向您投放个性化广告。</string>
```

## 项目配置

**链接器标志：** 在 Build Settings 的 Other Linker Flags 中添加 `-ObjC`。

## 兼容性

| 适配器版本       | 广告网络 SDK             | 最低 CloudXCore |
| ----------- | -------------------- | ------------- |
| `7.9.1.3.0` | Ads-Global `7.9.1.3` | `3.5.0`       |

当服务端下发的 CloudX 配置包含该广告网络需求时，SDK 会自动发现该适配器。无需手动注册适配器。

## 支持

如需支持，请联系 [mobile@cloudx.io](mailto:mobile@cloudx.io)
