We have a report that when PowerAuthPassword is used in commitActivation (with biometrics) method on Android, the commit fails with a BIOMETRY_FAILED error (stacktrace below).
This error ultimately comes from the ValidateSessionSetup in the Session.cpp - completeActivation where it ends with an EC_WrongState error.
When destroyOnUse is set to false, the issue goes away (just a hint).
This happened on the 2.5.1 version of the library.
We have a report that when
PowerAuthPassword
is used incommitActivation
(with biometrics) method on Android, the commit fails with aBIOMETRY_FAILED
error (stacktrace below).This error ultimately comes from the
ValidateSessionSetup
in theSession.cpp
-completeActivation
where it ends with anEC_WrongState
error.When
destroyOnUse
is set to false, the issue goes away (just a hint).This happened on the
2.5.1
version of the library.Stacktrace: