Skip to content

Commit

Permalink
Android #253: Updated migration guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
hvge committed Oct 30, 2019
1 parent 5b7de7c commit fca6c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Migration-from-1.1-to-1.2.md
Expand Up @@ -70,7 +70,7 @@ PowerAuth Mobile SDK in version `1.2.0` introduces following important changes:
- We're now handling biometric authentication cancelation events from the system. For example, if user locks down the device during authentication, then our SDK report cancel back to the application.
- Due to bug in Android 9 `BiometricPrompt` (see [known bugs](#known-bugs)), we recommend you to DISABLE critical UI elements in your application (like button for authentication) during the time between the authenticate call and the callback from SDK. The reason for that is that you probably don't want to allow user to authenticate for more than once.
- In case that biometry is temporarily, or permanently locked down, then the SDK will use this information to simulate a failed authentication attempt against the server. The purpose of this is to increase a number of failed attempts on the server and limit the attacker's ability to trick the biometric sensor.

- Version `1.2.1`: Simultaneous biometric authentication requests are no longer possible. Check [Issue #253](https://github.com/wultra/powerauth-mobile-sdk/issues/253) for more details.

### Known bugs

Expand Down

0 comments on commit fca6c0e

Please sign in to comment.