Skip to main content

Initialisation

Before starting to use the Iron Source SDK you must call init() with your Iron Source application key and specify the ad unit types you will be using in your application.

For example:

IronSource.instance.init( IRONSRC_APP_KEY,
[
IronSource.REWARDED_VIDEO,
IronSource.INTERSTITIAL
]
);

Validate Integration

You can test the state of the integration by calling the validateIntegration() function.

IronSource.instance.validateIntegration();

This will output information about the current SDK integration to the native device log. Check here for information on how to access device logs.