/mparticle-android-integration-taplytics

Taplytics integration for the mParticle Android SDK

Primary LanguageKotlin

Taplytics Kit Integration

This repository contains the Taplytics integration for the mParticle Android SDK.

Adding the integration

  1. The Taplytics Kit requires that you add Taplytics's Maven server to your build.gradle:

    repositories {
        maven { url "https://github.com/taplytics/Taplytics-Android-SDK/raw/master/AndroidStudio/" }
        ...
    }
    
  2. Add the kit dependency to your app's build.gradle:

    dependencies {
        implementation 'com.mparticle:android-taplytics-kit:5+'
    }
  3. Follow the mParticle Android SDK quick-start, then rebuild and launch your app, and verify that you see "Taplytics detected" in the output of adb logcat.

  4. Reference mParticle's integration docs below to enable the integration.

License

Apache License 2.0