- Open a Publisher account
- Add an App
- Make sure you find an Account ID and App ID
- Add dependency on Start.Io IronSource Mediation library
If your project depends on com.ironsource.sdk:mediationsdk
then use:
dependencies {
// noinspection GradleDependency
implementation 'com.startapp:ironsource-mediation:2.+'
}
If your project depends on com.unity3d.ads-mediation:mediation-sdk
then use:
dependencies {
// noinspection GradleDependency
implementation 'com.startapp:unity-ads-mediation:2.+'
}
- Register Start.Io custom adapter for your IronSource account.
Use network key value: 15b99c96d
- Set your Account ID, choose "Rate base revenue" and save.
- Set your App ID, fields Instance name and Ad Tag. These fields are mandatory, but if you don't want to use it, you can use value default for them.
- The demo app is fully workable. Change ad unit IDs in ad_ids.xml, then build and run the app to make sure your integration is working correctly.
Old demo project is available in branch legacy.