This is the Kochava integration for the mParticle Apple SDK, built against Kochava SDK 9.x.
This package includes full Kochava functionality, including tracking (IDFA, etc.). For an alternative without tracking support, use mParticle Kochava Kit No Tracking.
Add the Kochava kit package dependency in Xcode or in your Package.swift. Swift Package Manager resolves the mParticle SDK automatically as a transitive dependency.
.package(
url: "https://github.com/mparticle-integrations/mparticle-apple-integration-kochava-9",
.upToNextMajor(from: "9.0.0")
),Then add mParticle-Kochava as a dependency of your target.
With mParticle log level set to Debug or higher, you should see:
Included kits: { Kochava }| Platform | Minimum Version |
|---|---|
| iOS | 15.0 |
| tvOS | 15.0 |
Please report bugs and feature requests to the mparticle-apple-sdk repository. This mirror repository is not actively monitored for issues.