Skip to content

mparticle-integrations/mparticle-android-integration-appsflyer

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

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

About

AppsFlyer Kit Integration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages