Skip to content

Releases: wultra/powerauth-mobile-sdk

1.9.5

23 Jul 11:07
54616b3
Compare
Choose a tag to compare

Important Notice

Android

  • Biometric authentication offloaded to the background thread (#677)

  • ⚠️ Important notice
    Disable all interactive UI elements while biometric authentication is in progress. After you call authenticateUsingBiometrics(), display a non-interactive “Verifying…” (or similar) progress state and do not accept user input until the SDK callback fires.

    Why: Once the system biometric prompt is dismissed, your app regains focus before the PowerAuth SDK finishes its post-authentication cryptographic work on a background thread. During this brief window, your UI is visible but the authentication result is not ready. If you re-enable buttons or accept gestures too early, the user could trigger actions that assume authentication succeeded (or failed) prematurely. Wait for the callback, then update the UI based on the actual result.

Apple

  • There's no specific change on Apple platforms.

1.9.4

08 Apr 09:28
119a3b0
Compare
Choose a tag to compare

Important Notice

Both platforms

  • OpenSSL upgraded to version 3.4.1

Android

  • There's no specific change on Android platform.

Apple

1.8.5

08 Apr 08:44
8fda777
Compare
Choose a tag to compare

Important Notice

Both platforms

  • OpenSSL upgraded to version 1.1.1w

Android

  • There's no specific change on Android platform.

Apple

  • Fixed build problems on Xcode 16.3 (#689)

1.7.12

08 Apr 08:29
bdca27f
Compare
Choose a tag to compare

Important Notice

Both platforms

  • OpenSSL upgraded to version 1.1.1w

Android

  • There's no specific change on Android platform.

Apple

  • Fixed build problems on Xcode 16.3 (#689)

1.9.3

03 Feb 14:05
e24aa6a
Compare
Choose a tag to compare

Important Notice

Both platforms

  • OpenSSL upgraded to version 3.4.0

Android

  • There's no specific change on Android platform.

Apple

  • Added debug symbols to CocoaPods build (#667)

1.8.4

03 Feb 12:07
d3f1b28
Compare
Choose a tag to compare

Important Notice

Android

  • There's no specific change on Android platform.

Apple

  • Added debug symbols to CocoaPods build (#667)

1.7.11

03 Feb 11:22
0f6c356
Compare
Choose a tag to compare

Important Notice

Android

  • There's no specific change on Android platform.

Apple

  • Added debug symbols to CocoaPods build (#667)

1.9.2

08 Oct 15:40
17c8c1e
Compare
Choose a tag to compare

Important Notice

Android

  • Fixed temporary key expiration (#635)

Changes introduced in 1.9.0

Both platforms

  • OpenSSL upgraded to version 1.1.1w
  • Support for PowerAuth protocol version 3.3 (#604)
  • Support for new OIDC activation type (#619)

Android

  • Added support for devices with 16kB page size (#616)
  • Biometric signatures no longer use the shared key (#620)
  • Fixed JWT signature calculation (#614)

Apple

  • Fixed JWT signature calculation (#614)

1.9.1

04 Oct 12:40
7b4191f
Compare
Choose a tag to compare

Important Notice

Apple

  • Fixed broken fetch for ECIES encryptor (#633)

Changes introduced in 1.9.0

Both platforms

  • OpenSSL upgraded to version 1.1.1w
  • Support for PowerAuth protocol version 3.3 (#604)
  • Support for new OIDC activation type (#619)

Android

  • Added support for devices with 16kB page size (#616)
  • Biometric signatures no longer use the shared key (#620)
  • Fixed JWT signature calculation (#614)

Apple

  • Fixed JWT signature calculation (#614)

1.9.0

01 Oct 10:19
e5791d6
Compare
Choose a tag to compare

Important Notice

Both platforms

  • OpenSSL upgraded to version 1.1.1w
  • Support for PowerAuth protocol version 3.3 (#604)
  • Support for new OIDC activation type (#619)

Android

  • Added support for devices with 16kB page size (#616)
  • Biometric signatures no longer use the shared key (#620)
  • Fixed JWT signature calculation (#614)

Apple

  • Fixed JWT signature calculation (#614)