Skip to content

Releases: wultra/powerauth-mobile-sdk

1.5.0

10 Nov 17:55
Compare
Choose a tag to compare

Important Notice

Android

  • Added support for asymmetric biometric key (enhancement #332)

Apple

  • PowerAuth2 framework now supports tvOS and macCatalyst platforms
  • Fixed compatibility with Xcode12. It's recommended to use Xcode12.2 and later to build SDK.

Known bugs

  • pod PowerAuth2ForExtensions is broken, we'll release valid pod as update in 1.5.x branch. Please update to version 1.5.1 and newer.

1.4.3 iOS + Android

25 Aug 13:13
Compare
Choose a tag to compare

Important Notice

Android

  • Fixed crash while importing data from legacy keychain (issue #325)
  • Fixed server signed data validation (issue #322)
  • Activation identifier and activation fingerprint is now available right after key-exchange (enhancement #323)

iOS

  • Activation identifier and activation fingerprint is now available right after key-exchange (enhancement #323)

1.4.2 iOS + Android

16 Jul 09:03
Compare
Choose a tag to compare

Important Notice

Android

  • Fixed #311 - Fixed BiometricAuthentication deadlock when no title for biometric dialog is provided.
  • Fixed #301 - Local activation data is now encrypted with KeyStore backed key if possible.
    • Removed PA2Keychain class. You can use new Keychain and KeychainFactory as replacement.
    • Keychain interface now supports more data types, like boolean, long, float and Set<String>.
    • PowerAuthKeychainConfiguration has no longer public constructor available. Use nested Builder as a replacement.
    • For more details check new Activation data protection section in our documentation and updated migration guide.

iOS

  • There's no change on iOS platform.

1.4.1 iOS + Android

15 Jun 12:31
Compare
Choose a tag to compare

Important Notice

iOS + Android

  • Fixed #302 - Broken protocol upgrade from SDK 0.20.x (and older)
  • Fixed #303 - Fixed legacy V2 signature calculation before protocol upgrade.
  • Fixed #306 - V2 signatures in standard V3 RESTful endpoints are no longer allowed.

1.3.4 iOS + Android

12 Jun 13:34
Compare
Choose a tag to compare

Important Notice

Android + iOS

  • Fixed #302 - Broken protocol upgrade from SDK 0.20.x (and older)
  • Fixed #303 - Fixed legacy V2 signature calculation before protocol upgrade.

1.4.0 iOS + Android

03 Jun 10:28
Compare
Choose a tag to compare

Important Notice

Common changes

Android

  • PowerAuth mobile SDK now requires at least API level 19 (Android 4.4 KitKat)
  • Improved biometry compatibility with several Samsung devices (#292, also released in SDK 1.3.3)

iOS

  • PowerAuth mobile SDK now supports bitcode (#298)
  • Added support for arm64e architecture. Check Apple documentation for more details.

1.3.3 iOS + Android

05 May 12:51
Compare
Choose a tag to compare

Important Notice

  • ⚠️ Please do not use this version due to issue #302. Upgrade to 1.3.4 and newer ⚠️
  • If you already using older versions of SDK, then please read our Migration guide from 1.2.x to 1.3.x version
  • This version of SDK requires PowerAuth Server version 0.23.0 and newer

Android

  • Issue #292: Improved biometry compatibility on several Samsung devices. SDK now fallbacks to FingerprintManager on several Samsung devices.

iOS

  • There's no change on iOS platform.

1.2.5 iOS + Android

05 May 12:27
Compare
Choose a tag to compare

Important Notice

Android

  • Issue #292: Improved biometry compatibility on several Samsung devices. SDK now fallbacks to FingerprintManager on several Samsung devices.

iOS

  • There's no change on iOS platform.

1.3.2 iOS + Android

24 Mar 14:14
Compare
Choose a tag to compare

Important Notice

  • ⚠️ Please do not use this version due to issue #302. Upgrade to 1.3.4 and newer ⚠️
  • If you already using older versions of SDK, then please read our Migration guide from 1.2.x to 1.3.x version
  • This version of SDK requires PowerAuth Server version 0.23.0 and newer

Android

  • Feature #282: Added new API that determines the supported biometry type on the device.

iOS

  • Fixed #285: Broken cancel in PA2AsyncOperation.

1.2.4 iOS + Android

24 Mar 14:01
Compare
Choose a tag to compare

Important Notice

Android

  • Feature #282: Added new API that determines the supported biometry type on the device.

iOS

  • Fixed #285: Broken cancel in PA2AsyncOperation.