Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

UserLeap/userleap-mparticle-ios-kit

 
 

Repository files navigation

Example Kit Integration

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

Adding the integration

  1. Add the kit dependency to your app's Podfile or Cartfile:

    pod 'mParticle-Example', '~> 7.0'
    

    OR

    github "mparticle-integrations/mparticle-apple-integration-example" ~> 7.0
    
  2. Follow the mParticle iOS SDK quick-start, then rebuild and launch your app, and verify that you see "Included kits: { Example }" 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

Example integration

License

Apache License 2.0

About

Example mParticle Kit Integration

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 92.4%
  • Ruby 7.6%