Thanks for taking a look at OpenMediation! We offers diversified and competitive monetization solution and supports a variety of Ad formats including Native Ad, Interstitial Ad, Banner Ad, and Rewarded Video Ad. The OpenMediation platform works with multiple ad networks include AdMob, Facebook, UnityAds, Vungle, AdColony, AppLovin, Tapjoy, Chartboost, TikTok and Mintegral etc.
- If you found a bug, and can provide steps to reliably reproduce it, open an issue.
- If you have a feature request, open an issue.
CocoaPods is a dependency manager for Swift and Objective-C Cocoa projects, which automates and simplifies the process of using 3rd-party libraries like the OpenMediation SDK in your projects. You can install it with the following command:
$ gem install cocoapods
Podfile To integrate OpenMediation SDK into your Xcode project using CocoaPods, specify it in your Podfile:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
target 'TargetName' do
pod 'OpenMediation', '~> 2.4.6'
end
Podfile example:
pod 'OpenMediationAdTimingAdapter'
pod 'OpenMediationAdMobAdapter'
pod 'OpenMediationFacebookAdapter'
pod 'OpenMediationUnityAdapter'
pod 'OpenMediationVungleAdapter'
pod 'OpenMediationTencentAdAdapter'
pod 'OpenMediationAdColonyAdapter'
pod 'OpenMediationAppLovinAdapter'
pod 'OpenMediationMoPubAdapter'
pod 'OpenMediationTapjoyAdapter'
pod 'OpenMediationChartboostAdapter'
pod 'OpenMediationPangleAdapter'
pod 'OpenMediationMintegralAdapter'
pod 'OpenMediationIronSourceAdapter'
pod 'OpenMediationFyberAdapter'
pod 'OpenMediationHeliumAdapter'
pod 'OpenMediationSigMobAdapter'
pod 'OpenMediationKuaiShouAdapter'
pod 'OpenMediationPubNativeAdapter'
Then, run the following command:
$ pod install
Add the following entry to your package's dependencies:
.Package(url: "https://github.com/AdTiming/OpenMediation-iOS.git", from: "2.0.4")
- iOS 9.0 and up
- Xcode 9.3 and up
See the LICENSE file.