Android
New Features / Notes |
|---|
Version 2.3.0Date: April 8th 2026 Remote control and screen casting detectionWe now detect when a device screen is being cast or remotely controlled. The SDK captures display context attributes for each connected display, including the display name, resolution, refresh rate, and state. This lets you identify sessions running through tools like TeamViewer or screen casting to secondary displays.
Mock location detectionThe SDK can now detect when a device's GPS location is being faked by spoofing apps (such as iAnyGo or similar tools). When a mock location is active, you get the name of the app providing the fake location.
Requires:
Packages inspectionWe've added metadata attributes concerning installed packages. These can be useful for detecting virtual or unusual Android environments, where eg. minimal packages are installed.
Requires:
App tampering detectionWe've expanded app integrity checks with granular hash values for individual APK components. These attributes help identify repackaged or modified apps, injected libraries, and active debugging.
Multi-user profilingAndroid supports multiple user profiles on a single device. This feature is sometimes abused for fraud by switching between user accounts. We now detect when multi-user mode is enabled and report details about the current user profile.
React Native biometricsReact Native integrations can now pass element references directly (via Supported version change: minSDK raised to 23The minimum Android SDK version has been raised from 21 to 23 (Android 6.0). This was required to upgrade the advertising ID library (which Google Play Console was flagging as problematic) and to bring all dependency libraries up to date. Jetpack and AndroidX libraries have required |
Version 2.2.0Date: December 3rd 2025
|
Version 2.1.0Date: September 16 2025
|
Version 2.0.2Date: July 28, 2025
|
Version 2.0.1Date: May 14, 2025
|
Version 2.0.0Date: March 25, 2025
|
Version 1.14.39Date: January 7, 2025
|
Version 1.14.38Date: December 17, 2024
|
iOS
New Features / Notes |
|---|
Version 2.3.0Date: April 13th 2026 Remote control and screen mirroring detectionThe SDK now detects when an iOS device's screen is being mirrored or remotely controlled. By combining two new boolean flags, you can distinguish between passive screen mirroring (e.g. AirPlay to a TV) and active remote control sessions. New attributes:
When Mock location detectionWe now detect when location data is being spoofed on iOS, covering tools like iAnyGo that manipulate GPS coordinates.
PlayCover detectionPlayCover allows iOS apps to run on macOS by wrapping them into Mac-compatible binaries. It injects a framework (PlayTools) that spoofs platform identifiers to make the Mac appear as an iPad. We now detect this at multiple levels - including injected dylibs, hardware mismatches, and filesystem artefacts.
Accessibility settings detectionThe SDK now reports which assistive technologies are active on the device. These attributes can be useful context when evaluating behavioural biometrics, since assistive tools change how users interact with the app and can be abused by malware automation
App tampering detectionWe've added an application hash attribute for iOS, bringing feature parity with Android for detecting repackaged or modified apps.
FixesResolved an issue where |
Version 2.2.0Date: December 10, 2025
|
Version 2.1.1Date: July 28, 2025
|
Version 2.1.0Date: May 20, 2025
|
Version 2.0.0Date: April 16, 2025
|
Version 1.0.31Date: December 17, 2024
|