Mintegral
Mintegral integration for CloudX Unity SDK. Supports Banner, MREC, Interstitial, Rewarded, and App Open. iOS also supports Native.
For CloudX dashboard mapping and Mintegral-side ID setup, see the Mintegral bidder guide.
Uncomment the Mintegral lines in Assets/CloudXSdk/Editor/CloudXDependencies.xml:
<!-- Android -->
<androidPackage spec="io.cloudx:adapter-mintegral:17.1.71.1"/>
<!-- iOS -->
<iosPod name="CloudXMintegralAdapter" version="8.1.5.0" minTargetSdk="13.0"/>The Mintegral Maven repository is already declared in CloudXDependencies.xml and resolved automatically by the External Dependency Manager:
https://dl-maven-android.mintegral.com/repository/mbridge_android_sdk_oversea
After modifying the file, go to Assets > External Dependency Manager > Android Resolver > Force Resolve.
iOS Info.plist Configuration
SKAdNetwork IDs (Required for iOS 14.5+)
Mintegral’s primary SKAdNetwork ID is required for attribution:
<key>SKAdNetworkItems</key>
<array>
<dict>
<key>SKAdNetworkIdentifier</key>
<string>kbd757ywx3.skadnetwork</string>
</dict>
</array>App Tracking Transparency (iOS 14+)
<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.
Deployment Target: Ensure your project’s minimum deployment target is iOS 13.0 or higher.
Support
For support, contact support@cloudx.io