Integration Helper for Android

The ironSource SDK provides an easy way to verify that you’ve successfully integrated the ironSource SDK and any additional adapters; it also makes sure all required dependencies and frameworks were added for the various Mediated Ad Networks.
The Integration Helper will now also portray the compatibility between the SDK and adapter versions. 

Before You Start

The Integration Helper can only be used with SDK 6.3.4 and up. 

After you have finished your integration, call the following static method and confirm that everything in your integration is marked as VERIFIED:

IntegrationHelper.validateIntegration(activity);

Output example:
android-integration-helper

Note: Note: The Integration Helper tool reviews everything, including Ad Networks you may have intentionally chosen NOT to include in your application. These will appear as MISSING and there is no reason for concern.

Once you’ve successfully verified your integration, please remember to remove the integration helper from your code.