You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the biometry prompt is displayed and the application will enter background with a swipe gesture method PowerAuthSDK.sharedInstance().requestSignature(..) will succeed and return the wrong authorization header.
Upcoming release 1.7.5 will provide a proper workaround in form of enhanced authenticateUsingBiometry() method. The method fully handle all such situations internally.
The issue will be properly resolved in future 1.8.x release, by introducing asynchronous API for signature calculations (see #497)
When the biometry prompt is displayed and the application will enter background with a swipe gesture method
PowerAuthSDK.sharedInstance().requestSignature(..)
will succeed and return the wrong authorization header.https://drive.google.com/file/d/1bAFc9Jz3TmhelERCX678lgS21LtomX88/view
Expected behavior: Method will throw a Error
The text was updated successfully, but these errors were encountered: