You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,21 +4,19 @@ This repository contains the [Kochava](https://www.kochava.com) integration for
4
4
5
5
## Installation
6
6
7
-
KochavaTracker 4.0.0 and on is a Swift package. To install it, simply add this package as a dependency.
7
+
Kochava's SDK, as of version 8.0.0, no longer supports CocoaPods. As this version is the minimum required for App Store submission due to the iOS 17 privacy manifest changes, the mParticle Kochava Kit by association no longer supports CocoaPods either.
8
8
9
9
In Xcode, see File > Swift Packages > Add Package Dependency ... > and enter the URL for this package repository.
10
10
11
-
## Integration using CocoaPods
11
+
The mParticle Kochava Kit contains two build targets: `mParticle-Kochava` and `mParticle-Kochava-NoTracking`. The `mParticle-Kochava` retains all of the same functionality of the previous version of Kochava, while the `mParticle-Kochava-NoTracking` removes the parts that Apple defines as "tracking".
12
12
13
-
Prior to 4.0.0, KochavaTracker supported CocoaPods.
13
+
Specifically this means, `mParticle-Kochava` depends on the `KochavaNetworking`, `KochavaMeasurement`, and `KochavaTracking` packages, while the `mParticle-Kochava-NoTracking` target only depends on the `KochavaNetworking` and `KochavaMeasurement` packages.
14
14
15
-
### Adding the integration
15
+
You can read more about that in Kochava's documentation here: https://support.kochava.com/sdk-integration/ios-sdk-integration/ios-migrating-to-v8/
16
16
17
-
1. Add the kit dependency to your app's Podfile:
17
+
### Adding the integration
18
18
19
-
```
20
-
pod 'mParticle-Kochava', '~> 8.0'
21
-
```
19
+
1. Add this kit to your Xcode project using SPM, and choose either `mParticle-Kochava` or `mParticle-Kochava-NoTracking`
22
20
23
21
2. Follow the mParticle iOS SDK [quick-start](https://github.com/mParticle/mparticle-apple-sdk), then rebuild and launch your app, and verify that you see `"Included kits: { Kochava }"` in your Xcode console
0 commit comments