Enabling IronSource
Supported ad formats
Integration
Android
iOS
-
Set up mediation in the Yandex partner interface and other network interface.
-
Add the dependencies to the build.gradle file at the app level:
implementation 'com.yandex.android:mobileads:7.6.0' implementation 'com.yandex.ads.mediation:mobileads-ironsource:8.4.0.0'
Note
To track app installations in mobile mediation you need to configure Info.plist for the adapter. Follow the ad network documentation.
To work with IronSource, connect the IronSourceYandexMobileAdsAdapters
library.
The IronSourceYandexMobileAdsAdapters
library has been adapted to work with the CocoaPods dependency management system and can be attached statically.
-
Set up mediation in the Yandex partner interface and other network interface.
-
To connect the library, add the dependency to the project's Podfile:
pod 'IronSourceYandexMobileAdsAdapters', '8.4.0.0'