Appearance
Mobile Integration
TrueX Ad Renderer for mobile provides native iOS and Android integration for smartphones and tablets.
Overview
TrueX mobile integrations support both iOS and Android platforms with native SDKs.
Supported Platforms
iOS
- iPhone (iOS 13.0+)
- iPad (iOS 13.0+)
Android
- Android smartphones (Android 5.0+)
- Android tablets (Android 5.0+)
Documentation
For complete integration documentation, please refer to:
iOS
Android
Quick Start
iOS
ruby
# Podfile
pod 'TruexAdRenderer-iOS'swift
let truexAdRenderer = TruexAdRenderer()
truexAdRenderer.initialize(vastConfigUrl: vastUrl) { event in
// Handle events
}Android
gradle
dependencies {
implementation 'com.truex:TruexAdRenderer-Android:x.x.x'
}kotlin
val truexAdRenderer = TruexAdRenderer(context)
truexAdRenderer.init(vastConfigUrl) { event ->
// Handle events
}Repositories
Access the official mobile integration repositories:
Migration Notice
Full mobile integration documentation will be migrated to this site in a future update. For now, please refer to the GitHub repositories linked above.

