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
-
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
-
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)
- Reference mParticle's integration docs below to enable the integration.