Skip to content

TapResearch/TapResearch-Android-SDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

TapResearch-Android-SDK

For additional information, please see the TapResearch Android SDK integration guide.

Setup

Create an app and grab your API Token.

Download:

Add the following to the repositories closure of the app's module build.gradle file:

repositories {
    maven { url "https://artifactory.tools.tapresearch.io/artifactory/tapresearch-android-sdk/" }
  }

Next, add the following to the dependencies closure:

  dependencies {
    implementation("com.tapresearch:tapsdk:3.5.3")
    implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.0"
    implementation 'com.google.android.gms:play-services-ads-identifier:18.0.1'
    implementation 'androidx.core:core-ktx:1.10.1'
    implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.1'
    implementation 'com.google.android.gms:play-services-appset:16.1.0'
   }

And synchronize the project with the gradle files.

Other platforms:

TapResearch iOS SDK integration guide

TapResearch React Native SDK integration guide

TapResearch Unity SDK integration guide

About

TapResearch Android SDK

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 10