Integrating the Pangle

Supported library and platform versions

Yandex Mobile Ads SDK:

  • The minimum supported version of the 8.4.0
  • The current version of the 8.4.0
  • The maximum supported version of the 8.4.1 (not including)

Pangle SDK:

  • The minimum supported version of the 7.9.0
  • The current version of the 7.9.0
  • The maximum supported version of the 8.0.0 (not including)

Version history

Supported ad formats

Integration

Note

When setting up ads in your Pangle dashboard, make sure the selected orientation matches the one in your app. Otherwise, the ad unit won't generate revenue.

To work with Pangle, add the PangleYandexMobileAdsAdapters library.

The PangleYandexMobileAdsAdapters library has been adapted to work with the CocoaPods dependency management system and support static integration.

  1. Configure mediation in the Boost interface and your advertising network account.

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

    pod 'PangleYandexMobileAdsAdapters', '8.1.0.0'
    
Previous