1. Introduction
Description: Generates unique device identifiers (Fingerprint & Device Id) from all available platform configurations. Uses FingerprintJs library.
Latest Version: 1
Released: 2023-10-04T18:30:00Z
Last Updated: 2023-10-04T18:30:00Z
Min Api: 21 (Android Lollipop/5.0)
2. Blocks
3. Usages
-
deviceId
- is a random and unique device identifier.
Can be used by developers to identify devices to deliver personalized content, detect suspicious activity, and perform fraud detection. Internally it will use Google Service Framework ID if it's available and ANDROID_ID, if GSF ID is not available. This identifier is stable, i.e. it will remain the same even after reinstalling your app. But it will be different after factory reset of the device.
Note: It can be different for different apps.
-
fingerprint
is a digital device fingerprint. It works by combining all available device signals and attributes into a single identifier
4. Downloads
Aix:
com.sunny.fingerprint.aix (180.0 KB)
Thank you.
Hope it helps!