APK preinstall tracking
Behavior
Section titled “Behavior”SDK is also supports scenario when APK is installed not from one of application markets … create file with name
partner_keyin your app assets directory, and write unique identifier inside.
Configuration
Section titled “Configuration”There is no Kotlin or Java API for preinstall attribution — it is configured entirely via an asset file:
- Create a file named
partner_keyin your app’s assets directory (app/src/main/assets/partner_key). - 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.