This repository contains the Adobe integration for the mParticle Apple SDK.
- Add the kit dependency to your app's package management file:
To send media data to Adobe, you must use CocoaPods since their SDKs do not support Carthage
pod 'mParticle-Adobe/AdobeMedia', '~> 7.0'
Otherwise, for the previous non-media Adobe integration, you can integrate via Carthage or CocoaPods
pod 'mParticle-Adobe/Adobe', '~> 7.0'
OR
github "mparticle-integrations/mparticle-apple-integration-adobe" ~> 7.0
- Follow the mParticle iOS SDK quick-start, then rebuild and launch your app, and verify that you see
"Included kits: { AdobeMedia }"
or"Included kits: { Adobe }"
or 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.