1.0.0
FingerprintJS 1.0.0
First version of FingerprintJS's native iOS fingerprinting library.
It has the following capabilities:
- It's possible to generate a unique
deviceId
value through theFingerprinter::getDeviceId()
method - Computes device fingerprint that represents the current hardware/OS state of the device (
Fingerprinter::getFingerprint()
) - Has the possibility to fetch raw data that are used to compute the fingerprint (
Fingerprinter::getFingerprintTree()
) - Works strictly locally (no network traffic and no information shared with a third party)