Releases: wultra/powerauth-mobile-sdk
1.9.5
Important Notice
- If you already using older versions of SDK, then please read our Migration guide from 1.8.x to 1.9.x version
- This version of SDK requires PowerAuth Server version
1.9.0
and newer. Check Support and Compatibility for more details.
Android
-
Biometric authentication offloaded to the background thread (#677)
-
⚠️ Important notice
Disable all interactive UI elements while biometric authentication is in progress. After you callauthenticateUsingBiometrics()
, 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
Important Notice
- If you already using older versions of SDK, then please read our Migration guide from 1.8.x to 1.9.x version
- This version of SDK requires PowerAuth Server version
1.9.0
and newer. Check Support and Compatibility for more details.
Both platforms
- OpenSSL upgraded to version
3.4.1
Android
- There's no specific change on Android platform.
Apple
- Fixed build problems on Xcode 16.3 (#689)
- Improved logging - check documentation for details (PR #685)
1.8.5
Important Notice
- If you already using older versions of SDK, then please read our Migration guide from 1.7.x to 1.8.x version
- This version of SDK requires PowerAuth Server version
1.5.0
and newer. Check Support and Compatibility for more details.
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
Important Notice
- If you already using older versions of SDK, then please read our Migration guide from 1.6.x to 1.7.x version
- This version of SDK requires PowerAuth Server version
0.24.0
and newer. Check Support and Compatibility for more details.
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
Important Notice
- If you already using older versions of SDK, then please read our Migration guide from 1.8.x to 1.9.x version
- This version of SDK requires PowerAuth Server version
1.9.0
and newer. Check Support and Compatibility for more details.
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
Important Notice
- If you already using older versions of SDK, then please read our Migration guide from 1.7.x to 1.8.x version
- This version of SDK requires PowerAuth Server version
1.5.0
and newer. Check Support and Compatibility for more details.
Android
- There's no specific change on Android platform.
Apple
- Added debug symbols to CocoaPods build (#667)
1.7.11
Important Notice
- If you already using older versions of SDK, then please read our Migration guide from 1.6.x to 1.7.x version
- This version of SDK requires PowerAuth Server version
0.24.0
and newer. Check Support and Compatibility for more details.
Android
- There's no specific change on Android platform.
Apple
- Added debug symbols to CocoaPods build (#667)
1.9.2
Important Notice
- If you already using older versions of SDK, then please read our Migration guide from 1.8.x to 1.9.x version
- This version of SDK requires PowerAuth Server version
1.9.0
and newer. Check Support and Compatibility for more details.
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
Important Notice
- If you already using older versions of SDK, then please read our Migration guide from 1.8.x to 1.9.x version
- This version of SDK requires PowerAuth Server version
1.9.0
and newer. Check Support and Compatibility for more details.
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
Important Notice
- If you already using older versions of SDK, then please read our Migration guide from 1.8.x to 1.9.x version
- This version of SDK requires PowerAuth Server version
1.9.0
and newer. Check Support and Compatibility for more details.
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)