Pangle

Pangle (ByteDance) integration for CloudX Unity SDK. Supports Banner, MREC, Interstitial, Rewarded, and App Open. iOS also supports Native.

Contact your CloudX account manager to confirm availability and complete publisher onboarding.

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

<!-- Android -->
<androidPackage spec="io.cloudx:adapter-pangle:8.3.0.3.0"/>

<!-- iOS -->
<iosPod name="CloudXPangleAdapter" version="8.3.0.6.0" minTargetSdk="13.0"/>

The Pangle Maven repository is already declared in CloudXDependencies.xml and resolved automatically by the External Dependency Manager:

https://artifact.bytedance.com/repository/pangle

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 provided by Pangle for your integration. Refer to the current Pangle (Ads-Global) SDK documentation for the latest SKAdNetworkItems list.

App Tracking Transparency (iOS 14+)

Info.plist
<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