Skip to content

Releases: wultra/powerauth-mobile-sdk

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

0.20.1 iOS + Android

16 May 14:19
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

  • ⚠️ Please do not use this version ⚠️ - See comment in issue 200
  • Fixed #220 - Problematic native library dynamic linking on some devices
  • Fixed #199, #200 - Rare crashes in our biometry related code

IOS changes

  • This release has no changes on iOS and watchOS platforms

1.0.0 iOS + Android

12 Feb 16:55
Compare
Choose a tag to compare

Important Notice

  • Please read our Migration guide from version 0.20.x to 1.0.0 if you already using older versions of SDK
  • This version of SDK requires PowerAuth Server version 0.21.0 and newer
  • ⚠️ Update 2019/05/17: We strongly recommend you to use SDK 1.1.x instead of this version. We have addressed several issues on Android with no backport to 1.0.x branch. Check server compatibility for more details.

Common changes

  • Added support for HTTP request interceptors (feature #130)
  • Now it's possible to synchronize Application's HTTP requests with signatures, calculated in SDK internally (feature #171)

Android

  • Requirement for minimum Android SDK changed to API level 16
  • ErrorResponseApiException now contains HTTP response status code (Issue #177)

iOS

  • Fixed memory leak in our networking (Issue #183)
  • Fixed usage of UserDefaults in SDK (Issue #161)

0.20.0 iOS + Android

12 Feb 16:36
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.0.0, once your servers upgrade to 0.21+
  • This version is compatible with PowerAuth Server version 0.18 and later.

Common Changes

0.19.3 iOS

22 Oct 15:21
Compare
Choose a tag to compare

iOS

  • Fixed initialization of PowerAuthSDK object with custom configurations. See issue #161