Skip to content

ironSource Adapter

This guide covers the integration of Boldwin SDK through ironSource Level Play platform. The Boldwin SDK supports the following ad formats:

  • Banner
  • Interstitial
  • Rewarded

ironSource Integration

For comprehensive ironSource LevelPlay setup instructions, see the official ironSource LevelPlay documentation.

iOS Setup

Add Dependencies

Option 1: Swift Package Manager

In Xcode:

  1. In Xcode, select File > Add Package Dependencies.
  2. Add Boldwin SDK from:

    https://bitbucket.org/boldwin-sdk/boldwin-sdk-ios-public.git
    
  3. Add Boldwin ironSource Adapter from:

    https://bitbucket.org/boldwin-sdk/boldwin-ironsource-ios.git
    
Option 2: CocoaPods
  1. Open your project's Podfile and add this line to your app's target build configuration:

    pod 'Boldwin'
    pod 'BoldwinIronSourceAdapter'
    
  2. In a terminal, run the following command:

    pod install --repo-update
    
Option 3: Direct Download

Download the Boldwin SDK and Adapter using the link below and embed it into your project:

 https://bw-sdk.s3.us-east-1.amazonaws.com/ios/boldwin-sdk/1.15.14/Boldwin.xcframework.zip
 https://bw-sdk.s3.us-east-1.amazonaws.com/ios/boldwin-sdk/1.15.14/BoldwinIronSourceAdapter.xcframework.zip

Configure Boldwin in ironSource Dashboard

  1. Log in to your ironSource dashboard.
  2. Go to LevelPlay > Setup > Networks.
  3. Click Add Custom network.
  4. Enter 15c0c665d as Network Key.

ironSource Network

Configure placement IDs

  1. Go to LevelPlay > Setup > Instances
  2. Select Boldwin
  3. Click Add instance and select the ad format
  4. Write the placement ID for the selected ad format

IronSource Network

Configure Boldwin For Ad Units

  1. Go to Management > Mediation.
  2. Click Add new group.
  3. Select Boldwin as the ad network.
  4. Save the group.

ironSource Group Config