Changelog

4.0.0

  • Upgraded optional PowerAuth SDK dependency to 2.0.0.
  • Removed usage of PowerAuthMissingConfigException, which is no longer used in PowerAuth Mobile SDK 2.0.
  • Updated PowerAuth usage examples for the 2.0 authentication API.

3.1.1

  • Fixed Proguard/R8 rules that might cause issues during network calls.

3.1.0

  • Upgraded to powerauth-networking 1.5.0 (PowerAuth 1.9.x)

3.0.0

  • It is now possible to use the library without PowerAuth dependency (Usage (without PowerAuth)) .
  • Class Processor.ValidationSuccess in package com.wultra.android.activationspawn was moved outside of the Processor class and is now standalone in the same package.

2.0.0

  • Removed ActivationSpawnManager - use Transporter, Processor, and Activator classes instead.
  • Introduced generator configuration instead of using DeviceFingerprintGenerator directly.
  • Follow the migration guide to understand all changes.
  • All changes are backwards compatible.

1.5.1

  • Added listener to the log class

1.5.0

  • isInstalled API no longer throws Exceptions
  • removed QueryNotDeclaredException
  • removed APP_NOT_INSTALLED and DEEPLINK_CANNOT_BE_OPEN reasons for TransportDataException.Reason

1.4.0

  • Upgraded to powerauth-networking 1.3.0 (PowerAuth 1.8.x)

1.3.1

  • ⚠️ this version contains API changes.
  • isInstalled API no longer throws Exceptions
  • removed QueryNotDeclaredException
  • removed APP_NOT_INSTALLED and DEEPLINK_CANNOT_BE_OPEN reasons for TransportDataException.Reason

1.3.0

  • Annotation data
  • Improved documentation
  • Minor fixes and improvements

1.2.1

  • Updated dependencies

1.2.0

  • Introduced TransportData

1.1.3

  • Updated Android dependencies

1.1.2

  • Using device-fingerprint 1.1.1

1.1.1

  • Added activity flags option to openStore API

1.1.0

  • Fixed URL resource ID

1.0.1

  • ActivationSpawnData is now Parcelable
  • Fixed app availability
  • More robust API URL handling (via networking-android library update)
  • Upgraded to device-fingerprint 1.1.0

1.0.0

Initial release.

Last updated on Aug 18, 2026 (09:02) Edit on Github Send Feedback

4.0.x

Activation Spawn SDK for Android