Appearance
iOS Integration
TrueX Ad Renderer for iOS provides native integration for iPhone and iPad apps.
Overview
The TrueX iOS SDK is a native wrapper around the Web/HTML renderer, giving native apps the same ad experience with an iOS-friendly API.
Platform Support
- iPhone (iOS 13.0+)
- iPad (iOS 13.0+)
Documentation
For complete integration documentation, please refer to:
Quick Start
ruby
# Podfile
pod 'TruexAdRenderer-iOS'swift
let truexAdRenderer = TruexAdRenderer()
truexAdRenderer.initialize(vastConfigUrl: vastUrl) { event in
// Handle events
}Repositories
Access the official iOS integration repository:
Migration Notice
Full iOS integration documentation will be migrated to this site in a future update. For now, please refer to the GitHub repository linked above.

