Enabling Start.io

Warning.

This is an archived version of the documentation. Actual documentation for all platforms can be found here.

  1. Supported ad formats
  2. Integration
Note.

To track app installations in mobile mediation, you need to configure Info.plist for the adapter. Follow the ad network documentation.

Supported versions of libraries and platforms:

YandexMobileAdsSDK

Minimum supported version: 5.2.0.

Maximum supported version: 6.0.0 (up to but not including).

Start.io SDK

Minimum supported version: 4.7.3.

Maximum supported version: 4.8.0 (up to but not including).

iOS

Minimum supported version: 12.0.

Supported ad formats

Integration

To work with Start.io, you need to connect the StartAppYandexMobileAdsAdapters library.

The StartAppYandexMobileAdsAdapter library has been adapted to work with the CocoaPods dependency management system and supports a static integration method.

Note.

Before getting started, the Start.io mediation network displays a pop-up window requesting the user's consent to show them personalized ads (for more information, see the Start.io network documentation). To hide the pop-up window, pass the user's consent using the + setUserConsent: method.

  1. Set up mediation in the Yandex Partner interface and YAN interface.

  2. To connect the library, add the dependency to the project's Podfile:
    pod 'StartAppYandexMobileAdsAdapters', '4.7.3.0'

Integration examples