Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

MobileFuse provides an IronSource mediation adapter for Interstitial Ads. Banner ad custom mediation adapters are currently not supported by IronSource - the MobileFuse adapter will be updated to support banners as soon as support is available.

Step 1. Download the MobileFuse IronSource Mediation Adapter

Gradle Setup

1- Ensure that mavenCentral is included in your settings.gradle file:

repositories {
    // [... other project repos]
    mavenCentral()
}

2- Update your app module’s dependencies to include the MobileFuse IronSource Adapter:

dependencies {
    // [... other project dependencies]
    implementation 'com.mobilefuse.sdk:mobilefuse-adapter-ironsource:0.1.18.0'
}

Step 2. Configure Data Privacy

Error rendering macro 'excerpt-include' : No link could be created for 'Configure Data Privacy'.

  • No labels