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.

Initialize IKame SDK

To initialize the IKame SDK, you need an Application class and extend from IKBaseApplication.kt class:

Project Sample

IKame SDK Android Examples

Ad Format

Splash Ad

Splash Ad

App Resume Open Ad

App Resume Open Ad

Banner Ad

Native Ad

Native Ad

Interstitial Ad

Interstitial Ad

Rewarded Ad

Rewarded Ad