Skip to content

Releases: wultra/powerauth-mobile-sdk

1.2.2 iOS + Android

10 Dec 11:31
Compare
Choose a tag to compare

Important Notice

Android

  • Fix #259: Biometry not working when system biometry set changes.
  • Fix #262: PowerAuthTokenStore is unable to remove token.
  • Fix #260: Added configuration that can disable invalidate biometry on enrollment.
  • Improved error log when biometric authentication fails.

iOS

  • Fix #260: Added configuration that can enable invalidate biometry on enrollment.
  • Fix #257: It's no longer possible to execute simultaneous biometric authentication requests.

1.1.3 iOS + Android

10 Dec 10:34
Compare
Choose a tag to compare

Important Notice

  • This is a legacy version of PowerAuth Mobile SDK, for which we provide limited support only. You should update your application to version 1.2 or newer.
  • This version of SDK requires PowerAuth Server version 0.22.0 and newer

Android

  • Fixed #262: PowerAuthTokenStore is unable to remove token

iOS

  • There's no change on iOS platform.

1.2.1 iOS + Android

30 Oct 14:30
Compare
Choose a tag to compare

Important Notice

Android

  • Now it's possible to turn-off BiometricPrompt based authentication (feature #251)
  • It's no longer possible to issue more than one biometric authentication request at the same time (feature #253)
  • Fixed biometric error dialog dismiss (issue #255)

iOS

  • There's no change on iOS & watchOS platforms

1.2.0 iOS + Android

26 Sep 15:10
Compare
Choose a tag to compare

Important Notice

Android

  • Added support for new BiometricPrompt (Feature #226)
  • Added ActivationStatus.State_Deadlock activation state (feature #247)
  • Removed deprecated PasswordUtil class (#241)
  • Plus all fixes from 1.1.x release branch

iOS

  • Added PA2ActivationState_Deadlock activation state (feature #247)
  • Removed deprecated PA2PasswordUtil class (#241)
  • Plus all fixes from 1.1.x release branch

1.1.2 iOS + Android

26 Sep 14:22
Compare
Choose a tag to compare

Important Notice

Android

  • Improved #245: PRNG reseed before the activation start
  • Fixed #202: Added NPE catch to improve fingerprint dialog stability

iOS

  • Improved #245: PRNG reseed before the activation start
  • Workaround #248: Added keychain workaround for iOS13 simulator

0.20.4 iOS + Android

26 Sep 13:10
Compare
Choose a tag to compare

Important Notice

  • This is a legacy version of PowerAuth Mobile SDK, for which we provide limited support only. You should update your application to the latest, fully supported version 1.1+, once your servers upgrade to 0.21+
  • This version is compatible with PowerAuth Server version 0.18 and later.

Android changes

  • Improved #245: PRNG reseed before the activation start
  • Fixed #202: Added NPE catch to improve fingerprint dialog stability

IOS changes

  • Improved #245: PRNG reseed before the activation start
  • Workaround #248: Added keychain workaround for iOS13 simulator

1.1.1 iOS + Android

03 Jul 12:56
Compare
Choose a tag to compare

Important Notice

Android

  • Fixed #200 - Better solution for that issue. Note that the final solution will be provided in upcoming SDK release 1.2.0.
  • Fingerprint dialog now handles system cancelation events. If user lock down the phone, then the biometric dialog is cancelled.

iOS

  • Fixed #229: iOS App extension reject valid activation status
  • There's no change on watchOS platform.

0.20.3 iOS + Android

03 Jul 12:44
Compare
Choose a tag to compare

Important Notice

  • This is a legacy version of PowerAuth Mobile SDK, for which we provide limited support only. You should update your application to the latest, fully supported version 1.1+, once your servers upgrade to 0.21+
  • This version is compatible with PowerAuth Server version 0.18 and later.

Android changes

  • Fixed #200 - Better solution for that issue. Note that the final solution will be provided in upcoming SDK release 1.2.0.
  • Fingerprint dialog now handles system cancelation events. If user lock down the phone, then the biometric dialog is cancelled.

IOS changes

  • This release has no changes on iOS and watchOS platforms

0.20.2 iOS + Android

17 Jun 15:34
Compare
Choose a tag to compare

Important Notice

  • This is a legacy version of PowerAuth Mobile SDK, for which we provide limited support only. You should update your application to the latest, fully supported version 1.1.0, once your servers upgrade to 0.21+
  • This version is compatible with PowerAuth Server version 0.18 and later.

Android changes

  • Hotfixed #200 - Reverted problematic code introduced in version 0.20.1

IOS changes

  • This release has no changes on iOS and watchOS platforms

1.1.0 iOS + Android

16 May 14:36
Compare
Choose a tag to compare

Important Notice

Common changes

  • Added support for Recovery Codes feature
  • Added back HTTP request / response logging (issue #187)
  • Password testing utility class is now deprecated (#222)
  • Upgrade from V2 to V3 protocol is now more reliable (#218)

Android

  • ⚠️ Please do not use this version ⚠️ - See comment in issue 200
  • Fixed rare crashes in our biometry related code (#199, #200)
  • Fixed problematic dynamic native library linking on some devices (#220)
  • Fixed crash in custom activation JNI code (#209)

iOS

  • Project is migrated to Xcode 10.2