Integration Helper for iOS

The Integration Helper provides an easy way to verify successful integration of the LevelPlay SDK and any additional adapters.

  • Dependency Verification: It ensures all required dependencies and frameworks are added for various mediated ad networks.
  • Version Compatibility Check: It portrays the compatibility between the SDK and adapter versions.
  • Configuration Validation: Checks key settings in the iOS Info.plist to ensure they are correctly set up.

Integration Helper Method

Once you have finished your integration, call the following function and confirm that all networks you have implemented are marked as VERIFIED:

[LevelPlay validateIntegration];
LevelPlay.validateIntegration()

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

Device Advertising ID

You can easily retrieve your IDFA at the bottom of the log after you call the method, as exemplified below.

Output example:
iOSIntegrationHelper

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. In case the ad network’s integration has not been completed successfully, it will be marked as NOT VERIFIED.