B4A Library IronSource Ads

Original library: https://github.com/ironsource-mobile/android-sdk/
Based on IronSource SDK v7.2.1.1 (21 Mar 2022)
Banners and Interstitial only.



Add this to manifest:
B4X:
AddApplicationText(<activity
            android:name="com.ironsource.sdk.controller.ControllerActivity"
            android:configChanges="orientation|screenSize"
            android:hardwareAccelerated="true" />
<activity
            android:name="com.ironsource.sdk.controller.InterstitialActivity"
            android:configChanges="orientation|screenSize"
            android:hardwareAccelerated="true"
            android:theme="@android:style/Theme.Translucent" />
<activity
            android:name="com.ironsource.sdk.controller.OpenUrlActivity"
            android:configChanges="orientation|screenSize"
            android:hardwareAccelerated="true"
            android:theme="@android:style/Theme.Translucent" />
<provider
            android:authorities="${applicationId}.IronsourceLifecycleProvider"
            android:name="com.ironsource.lifecycle.IronsourceLifecycleProvider" />)


Download library from THIS LINK.
 

Attachments

  • IronSourceAdsExample.zip
    13.1 KB · Views: 261
Last edited:

SMOOTSARA

Active Member
Licensed User
Longtime User
Thank you very much for the ad library series
There was a real shortage of these libraries for B4A.
 

aeric

Expert
Licensed User
Longtime User
Cookies are required to use this site. You must accept them to continue using the site. Learn more…