Android SDK
The Tutelar Android SDK allows you to build delightful experiences in your native Android.
The Android SDK (Software Development Kit) is a collection of software tools and use to create applications for the Android operating system.
Features
Simplified Security: We make it simple for you to collect sensitive data such as device information of users.
Android Requirements
This plugin requires several changes to be able to work on Android devices. Please make sure you follow all these steps:
Use Android 6.0 (API level 23) and above.
Use Kotlin version 1.6.10 and above: example ext.kotlin_version = '1.6.10'
Using an up-to-date Android gradle build tools version and an up-to-date gradle version accordingly.
Step 1 - Add Dependency
Add the dependency in the app level build.gradle
dependencies {
implementation 'io.tutelar.android:0.0.2'
}Step 2 - Initialize SDK
Add the following line of code to initialise it with the api key you obtained from the Tutelar client panel. If you don’t have an api key, create a new one.
Step 3 - Implement Listener
Set and Implement our listener to receive the device details.
Step 4 - Getting Device Info
By passing the listener, call the following function to receive the device info shown below
Step 5 - Proguard Rules (optional)
The Proguard rules are already included in the SDK, If you encounter a problem when using Proguard use.
Sample Device Fingerprint Data
Last updated