Menu

Upgrade Guide for TopOn SDK v6.5.12 and Above

  1. Package Name Change Notice

    • Starting with v6.5.12, the TopOn SDK package name has been fully migrated from com.anythink to com.secmtp.sdk
    • Example:
      • Legacy package:
        java Copy
        import com.anythink.core.api.*;
      • New package:
        java Copy
        import com.secmtp.sdk.core.api.*;
  2. SDK Preset Strategy Update

    • If using the preset strategy feature, you must re-export the latest strategy file from the TopOn dashboard to ensure compatibility with the new SDK version
  3. Debugger Tool Version Requirements

    • The debugger tool must be upgraded to v1.1.2 or later
    • Configuration example:
      groovy Copy
      repositories {
          maven { url "https://jfrog.anythinktech.com/artifactory/debugger" }
      }
      dependencies {
          implementation 'com.anythink.sdk:debugger-ui-tpn:1.1.2'
      }
  4. For further assistance, please contact technical support

Last modified: 2025-08-19Powered by