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 'androidx.preference:preference:1.2.1'
    implementation 'androidx.preference:preference-ktx:1.2.1'
    implementation 'androidx.appcompat:appcompat:1.5.1'
    implementation 'com.google.android.gms:play-services-base:18.5.0'
    implementation 'com.google.android.gms:play-services-auth:21.3.0'
    implementation "androidx.activity:activity:1.9.3"
    implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.0"))
    implementation 'com.theoremreach:theoremreach:x.x.x'
    ...
   }

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

  • Addressed webview flickering issue

v.3.6.2

  • Removed fixed screen orientation setting

v.3.6.1

  • Fixed minor layout change issue

v.3.6.0

  • Added support for Android 16 edge-to-edge

v.3.5.8

  • Updated Gradle to version 8.1.0

v.3.5.7

v.3.5.6

  • image upload support

v.3.5.5

  • Update bottom bar color

v.3.5.4

  • Updated version tracking and default colors

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

Contributors 5

Languages