Liftoff Integration Guide

Before you start

Liftoff integration includes Rewarded Video, Interstitial and Banners. Make sure to configure all these ad units before starting the integration.

Liftoff adapter was added as part of ironSource SDK 7.1.12.

Step 1. Create a Liftoff account

  1. To create an account with Liftoff Network, reach out to Liftoff team

Step 2. Create an application in Liftoff Network

  1. Liftoff accounts are managed by account managers
  2. Contact your account manager in order to create new application, and get the requested credentials:
    1. App key
    2. Password
    3. App Id
    4. Ad unit Id (for every ad unit)

Step 3. Activate Liftoff Network

Inside the ironSource platform, access the SDK Networks setup to configure Liftoff parameters into your ironSource account.

  1. Once you have the credentials mention above, log in to your ironSource account and go to Monetize ➣ Setup SDK

  2. Select Liftoff from the table of Available Networks and click on the Activate button.  Insert all credentials .Then click Save.

  1. Select Liftoff from the list of ad networks and click Setup.

  1. Enter your Liftoff app ID and Ad Unit ID. Set the status to Active and click Save.

2. Repeat with all desired Ad units

 step 4. Add the Liftoff adapter to your build

Cocoapods

To integrate the Liftoff SDK with Cocoapods, enter the following line in your podfile and you’re good to go!

pod 'IronSourceLiftoffAdapter','4.3.3.4'

Note: Liftoff supports devices running iOS version 10+.

Update SKAdNetworkItems

Make sure to define Liftoff SKAdNetworkItems to your Info.plist, by using this code:

<key>SKAdNetworkItems</key>
<array>
<dict>
<key>SKAdNetworkIdentifier</key>
<string>7UG5ZH24HU.skadnetwork</string>
</dict>
</array>

Done!
You are now all set to deliver Liftoff Ads within your application!


What’s Next?

To add additional mediation Ad networks, integrate the ironSource adapters and follow our integration guides.