2026-05-31 · SDK
Android SDK — Play Install Referrer helper (v4.1.0)
- sdk-android 4.1.0 ships an opt-in helper that consults Google Play `InstallReferrerClient` on first launch and routes the install through the new `POST /attribution/install-referrer` endpoint. Server-side deterministic match on `sendora_link_id` / `gclid` / `fbclid` / `ttclid` / `utm_source+utm_campaign` runs BEFORE fingerprint/IP fallback — surviving Play Store handoff lossiness.
- Dep is `compileOnly` (`com.android.installreferrer:installreferrer:2.2`) — host app opts in by adding it. Class-lookup guard at runtime; apps without the dep skip the path cleanly and fall back to `/attribution/install`.
- Closes the W47 backend-only carry-over.
- Operator carry-over: tag `v4.1.0` on `github.com/sendoracloud/sdk-android` for JitPack.