Skip to content

mparticle-integrations/mparticle-android-integration-appsflyer

Repository files navigation

AppsFlyer Kit Integration

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

Adding the integration

  1. Add the kit dependency to your app's build.gradle:

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

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

  4. If you wish to utilize Appsflyers InstallReferrer capabilities, add a dependency for Play Install Referrer library in you app's build.gradle. For more information visit the Appsflyer SDK's documentation page on the subject:

    dependencies {
         implementation "com.android.installreferrer:installreferrer:2.2"
    }

Documentation

AppsFlyer integration

License

Apache License 2.0

Releases

No releases published

Packages

No packages published

Languages