Documentation

​
​

Development

User Acquisition

Monetization

Industry

LevelPlay SDK - iOS

Unity SDK

Android SDK

iOS SDK

Adobe AIR SDK

Flutter SDK

React Native SDK

LevelPlay SDK - iOS

Unity LevelPlay
​
​
iOS SDK
  • Get started
    • Get started with iOS
    • iOS SDK integration
    • LevelPlay SDK integration with Swift
    • Integrate Ad Quality SDK
    • Custom adapters
      • Integrate your network as a custom adapter
        • Register your network as a custom adapter
        • Build a custom adapter for iOS
        • Test your network adapter
    • LevelPlay SDK Changelog
    • Ad Quality SDK Changelog
  • Regulations and settings
  • Ad formats
  • Mediated networks
  • Test your integration
  1. Grow your game
  2. Unity LevelPlay
  3. LevelPlay SDK
  4. LevelPlay SDK for iOS developers

Test your network adapter

Verify your custom adapter’s functionality by setting up a test app, integrating the adapter, and running tests to ensure proper ad serving and reporting.
Read time 1 minute
Last updated a year ago

This guide will assist you in verifying your custom adapters readiness to use by publishers.

Step 1: Setup a new test app

To test your network under Unity LevelPlay mediation, create a new app in your account.
Add your network and configure all ad units that you wish to support as part of Unity LevelPlay mediation. Learn how to do it here.
Note
To enable your account for custom adapters, contact us.

Step 2: Build your ironSource demo app

In this step you will use the ironSource demo app to test your adapter integration, using the app key you defined in step 1.
  1. Download ironSource demo app from here.
  2. Update the ironSource appkey, as the demo app you created in step 1. Android (JAVA): change the APP_KEY value in the class DemoActivity.java IOS (Objective C): change the APPKEY value in the class ViewController.m
  3. Integrate your network’s adapter into the demo app project. Make sure to define all your network dependencies.It should include all setup including Manifest, Plist and bundle requirements.

Step 3: Test your network configuration

After you complete your demo app integration, you can start your testing!

Recommended tests

  • Test your ads are being served using the demo app
  • Verify your network performance metrics are represented accurately, using ironSource’s platform reports

Test your ads

  1. Run the demo app
  2. Select the ad unit to load
  3. When relevant show indication turns active, select it to see the impression
  4. Check logs with 'DemoActivity' to see the callbacks from the mediation
Android logs example for interstitial:
Date/com.ironsource.ironsourcesdkdemo D/DemoActivity: onInterstitialAdReadyDate/com.ironsource.ironsourcesdkdemo D/DemoActivity: onInterstitialAdOpenedDate/com.ironsource.ironsourcesdkDate/com.ironsource.ironsourcesdkdemo D/DemoActivity: onInterstitialAdClosed
iOS logs example for interstitial:
Date/ IronSourceDemoApp[636:277457] -[ViewController interstitialDidLoad]Date/ IronSourceDemoApp[636:277457] -[ViewController interstitialDidOpen]Date/ IronSourceDemoApp[636:277457] -[ViewController interstitialDidShow]Date/ IronSourceDemoApp[636:277457] -[ViewController interstitialDidClose]

Test your network performance

  1. Sign in to the ironSource platform
  2. Go to Performance reports
  3. Change breakdown to “Break by Ad Source” to view the network’s performance
Note
Data will be reflected on the ironSource platform within 4 hours.

Copyright © 2026 Unity Technologies
LegalPrivacy PolicyCookiesDocumentation Terms of UseDo Not Sell or Share My Personal InformationYour Privacy Choices (Cookie Settings)

"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S and elsewhere (more info here). Other names or brands are trademarks of their respective owners.

Some pages are machine-translated for convenience, and may contain inaccuracies. In the event of conflicting information, the English version is authoritative.

  • On this page
    • Step 1: Setup a new test app

    • Step 2: Build your ironSource demo app

    • Step 3: Test your network configuration

      • Recommended tests

      • Test your ads

      • Test your network performance


Report a problem with this page