Skip to content

Security options#

LUNA ID provides protection measures against the use of potentially dangerous devices.

Virtual camera usage check#

Applies to LUNA ID for Android only.

The virtual camera protection feature is only available in LUNA ID for Android. It allows you to detect the replacement of the device camera with a virtual one.

If at least one sign of using a virtual camera is detected, the SecurityCheck.Failure event appears.

The SecurityCheck.Success event appears if no signs of using the emulator were detected.

THe virtual camera usage check is enabled by default. To disable the check, set the checkSecurity property to false. For example:

val lunaConfig = LunaConfig.create(
    checkSecurity = false
)

Jailbreak check#

Applies to LUNA ID for iOS only.

LUNA ID can tell you if your device has been jailbroken. If there has been an attempt to jailbreak your device, the LMCameraCaptureManagerDelegate::deviceIsJailbroken() method will be returned.