IronSource SDK
Release version 1.4.0 | Release date 03/20/2025
Test identifiers
When integrating the SDK, we strongly recommend to use specific publisher_id
andplacement_name
to ensure the stability of test ads.
Publisher ID
- d42994c6-2145-4269-9c2f-2adcf9d9703f
Madex Interstitial ID
- 50f37030-162d-4e8c-a9c0-e078d8fbf2f7
Madex Rewarded ID
- dacd566d-8487-4bc6-8afc-486f625be870
Madex Banner ID
- 901a609e-b9b2-4f82-b8b8-c899c5524867
Installation
Setting up a Podfile
The minimum required version of CocoaPods is 1.10.0 or higher. You can find more information about the CocoaPods update at the link.
Add dependencies to the
Podfile
file for installing the Madex adapter for IronSource SDK.
Save the file and click and open the terminal in the project folder.
Run the
pod install
command in the terminal to install dependencies.
Initializing the IronSource SDK
Initialize the IronSource SDK by following the official IronSource documentation.
To add the Madex advertising network in the personal account of the IronSource advertising network, follow the instructions for adding a custom advertising network.
Fill in the fields with the following parameters
Network Key
- 15bffed61
In the Publisher ID
field, specify the test Publisher ID
Select Rate based revenue
In the network settings for the application, in the Placement ID
field, specify the ID of the text ad block.
Checking the correct ad call
Enable the testing mode for the Madex advertising network in the Tests menu.
If the ad was successfully loaded and displayed, then the adapter is installed correctly.
Replace the Publisher ID
in the App ID
field and the ID of the ad blocks in the application code with your IDs in the Madex personal account.
Your publisher_id
is located in the "Settings" section of your Madex personal account.
You can copy the ad block ID on the application page in the Madex personal account. You can also create additional ad blocks there.
If the adapter is installed incorrectly
In case of errors, we recommend clearing the CocoaPods
cache.
Below is the command to clear the cache
If this does not help, contact support.
Last updated