Skip to content

1.5.4

Compare
Choose a tag to compare
@hvge hvge released this 23 Apr 09:25
· 414 commits to develop since this release

Important Notice

Android

  • ⚠️ Be aware that SDK is no longer available via jcenter(). Please use mavenCentral() and the following dependency in your gradle:
    implementation "com.wultra.android.powerauth:powerauth-sdk:1.5.4
    
  • There's no change on Android platform.

Apple

  • Added method to get PowerAuthAuthentication with possession and biometry factors in advance, before the signature calculation (enhancement #367)
  • Improved error reporting. All NSError objects returned from SDK now contains a brief description (enhancement #376)