Integrating the Start.io
Supported ad formats
Integration
-
Configure mediation in the Boost interface and your advertising network account.
-
Add the dependencies to the build.gradle file at the app level:
implementation 'com.yandex.android:mobileads:7.18.7' implementation 'com.yandex.ads.mediation:mobileads-startapp:5.0.2.19'
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 Start.io, add the StartAppYandexMobileAdsAdapters library.
The StartAppYandexMobileAdsAdapters library has been adapted to work with the CocoaPods dependency management system and support static integration.
-
Configure mediation in the Boost interface and your advertising network account.
-
To connect the library, add the dependency to the project's Podfile:
pod 'StartAppYandexMobileAdsAdapters', '4.10.4.21' -
Before getting started, the Start.io mediation network shows a pop-up window requesting user consent to personalized ads (to learn more, see the Start.io network documentation). To disable the pop-up window, pass the user's consent to personalized ads using the
+setUserConsent:method.