This repository contains the Pilgrim SDK integration for mParticle Android SDK.
This repository contains an Example App showing how to implement mParticle and PilgrimSDK
-
Add the kit dependency to your app's build.gradle: See a full build.gradle example here
dependencies { api 'com.mparticle:android-pilgrimsdk-kit:5+' } -
Follow the mParticle Android SDK quick-start, then rebuild and launch your app, and verify that you see
"PilgrimSdkKit detected"in the output ofadb logcat. -
Reference mParticle's integration docs below to enable the integration.