This repository contains the Apptentive integration for the mParticle Android SDK.
- Enable the integration for your mParticle app.
- Add the kit dependency to your project. Kits are all made available via Maven Central, you can add them to your project just by adding their maven artifact (ex.
com.mparticle:android-<integration-name>-kit
). See here for the current list of all kits. - If you haven't already added it, the core mParticle Android SDK will automatically be pulled in as a dependency of the kit. Follow the quick start of the mParticle Core SDK, then re-build and launch your app, and verify that you see
"<Integration Name> detected"
in the output ofadb logcat
.