Integrating the iKame SDK into an app is the first step toward displaying ads and earning revenue. Once you’ve integrated the SDK, you can choose an ad format (such as native or rewarded video) and follow the steps to implement it. You can find the iKame SDK and its dependencies from these Maven repositories:

Configure your app

  • In your root-level (project-level) Gradle file (<project>/build.gradle.kts or <project>/build.gradle), add these plugins as dependencies:
  • In your module (app-level) Gradle file (usually <project>/<app-module>/build.gradle.kts or <project>/<app-module>/build.gradle), add the these plugins:
  • In your root-level (project-level) Gradle file (<project>/settings.gradle), add these plugins as dependencies:
  • In your module (app-level) Gradle file (usually <project>/<app-module>/build.gradle.kts or <project>/<app-module>/build.gradle), add the dependencies for the IKame SDK:

NOTE - We will send you two versions of these files:

  • Debug version: For use during app development in the dev environment.
  • Release version: For use in updating the product on the Store Production.

Project sample

IKame SDK Android Examples