Skip to main content

Test Tools

  • Newly added in plugin version 1.0.9 or above: Testing tool API invocation.

API call:

// Pass in the app ID registered in TradPlus backend
TradplusAds.Instance().openTradPlusTool("appId");
  • iOS testing tool integration
pod "TPMediationHelper",'1.0.9'

For detailed documentation, please refer to: iOS Testing Tools

  • Android testing tool integration

To include the testing tool, add the following dependency in your build.gradle file:

dependencies {
// ... other project dependencies
// TradPlus Tools
implementation 'com.tradplusad:tradplus-tool:1.0.6'
}

For detailed documentation, please refer to: Android Testing Tools