Skip to content

mparticle-integrations/mparticle-android-integration-taplytics

Repository files navigation

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

About

Taplytics integration for the mParticle Android SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages