This repository contains the CleverTap integration for the mParticle Apple SDK.
-
Add the kit dependency to your app's Podfile, Cartfile, or through using SPM:
pod 'mParticle-CleverTap', '~> 8.0'
OR
github "mparticle-integrations/mparticle-apple-integration-clevertap" ~> 8.0
OR
Open your project and navigate to the project's settings. Select the tab named Swift Packages and click on the add button (+) at the bottom left. then, enter the URL of CleverTap Kit GitHub repository - https://github.com/mparticle-integrations/mparticle-apple-integration-clevertap and click Next.
-
Follow the mParticle iOS SDK quick-start, then rebuild and launch your app, and verify that you see
"Included kits: { CleverTap }"
in your Xcode console
(This requires your mParticle log level to be at least Debug)
- Reference mParticle's integration docs below to enable the integration.