Skip to content

TapResearch/TapResearch-Android-SDK

master
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.

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.1.0-beta8")
    ...
   }

And synchronize the project with the gradle files.

Manual:

Download the latest version of the TapResearch Android SDK and drop tapsdk.aar to the lib folder

Other platforms:

TapResearch iOS SDK integration guide

TapResearch React Native SDK integration guide

TapResearch Unity SDK integration guide