Skip to content

APK preinstall tracking

SDK is also supports scenario when APK is installed not from one of application markets … create file with name partner_key in your app assets directory, and write unique identifier inside.

There is no Kotlin or Java API for preinstall attribution — it is configured entirely via an asset file:

  1. Create a file named partner_key in your app’s assets directory (app/src/main/assets/partner_key).
  2. Write a unique identifier for the preinstall partner inside that file.

No further code changes are required; the SDK picks up the file at runtime.