Skip to content

gevartosky/mparticle-apple-integration-adobe

 
 

Repository files navigation

Adobe Kit Integration

This repository contains the Adobe integration for the mParticle Apple SDK.

Adding the integration

  1. 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
  1. 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)

  1. Reference mParticle's integration docs below to enable the integration.

Documentation

Adobe integration

License

Apache License 2.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 93.5%
  • Ruby 4.8%
  • Swift 1.7%