Android SDK
Installation
Integrate Reclaim Protocol into Android Native Applications
Prerequisites
- An Android device or emulator running Android 5.0 or later.
Get an API Key
Setup your project using the Get API Key guide.
Installation
Add Repositories
Add the following repositories to your settings.gradle file's repositories block or at the end of settings.gradle:
Some projects may require you to add the repositories to the root build.gradle file or your app-level build.gradle file's allprojects section.
Next, add the following to your app level build.gradle file:
Configure AndroidManifest.xml
Add the following to your app level AndroidManifest.xml file under the <application> tag:
Add Permissions
Required permission in AndroidManifest.xml:
Optional permissions (requested by specific providers at runtime):
To use Reclaim InAppSdk in your project, follow the Usage guide.