Skip to content

TheoremReach/AndroidSDK

Repository files navigation

TheoremReach Android-SDK

For additional information, please see the TheoremReach Android SDK Integration.

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 {
    google()
    mavenCentral()
    ...
  }

Next, add the following to the dependencies closure

  dependencies {
    implementation 'com.theoremreach:theoremreach:x.x.x'
    implementation 'com.google.android.gms:play-services-ads:21.0.0'
    implementation 'androidx.appcompat:appcompat:1.4.2'
    ...
   }

And sync the gradle project files

Manual:

Download the latest version of the TheoremReach Android SDK and drop theoremreach.x.x.x.aar to the lib folder. Ensure that Google Plays Ads are enabled in your app.

Other platforms:

TheoremReach iOS SDK Integration TheoremReach Unity SDK Integration TheoremReach Javascript Web SDK Integration

ChangeLog

v.3.5.3

  • Better third party login support

v.3.5.2

  • Fix issue with redirecting to offers

v.3.5.1

  • Added getIsSurveyAvailable

v.3.5.0

  • Better mobile network support and removing READ_PHONE_STATE permission requirement

v.3.4.6

  • Remove allowBackup flag

v.3.4.5

  • Remove 'READ_PHONE_STATE' permission requirement

v3.4.4

  • Fixed Android 5 crash

v3.4.3

  • Removed Google Ads requirement

v3.4.1

  • Added showUnityRewardCenter(string placementId); to support the unity SDK better

v3.3.5

  • Adding placements for additional flexibility

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages