mParticle-Integration-Example 8.0.0

mParticle-Integration-Example 8.0.0

Maintained by mParticle Developers.



Example Kit Integration

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

Adding the integration

NOTE: THESE ARE EXAMPLE INSTRUCTIONS FOR YOUR NEW KIT, THIS EXAMPLE KIT IS NOT MEANT TO BE INCLUDED IN A REAL APPLICATION

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

    pod 'mParticle-Integration-Example', '~> 8.0'
    

    OR

    github "mparticle-integrations/mparticle-apple-integration-example" ~> 8.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