Changelog

2.3.0 (TBA)

  • Added factory method WMTProximityCheck.withSynchronizedTime (#201).
  • Added support for Alert Attribute type (#189).

2.2.1 (Aug 2025)

  • Fallback value (.pending) for WMTUserOperation.status if it is missing (#197).

2.2.0 (Jul 2025)

  • Added option for Firebase Cloud Messaging for Push Notifications and automatic APNS environment detection (#174).

2.1.0

  • Added mobileTokenData to authorize request for passing customer-specific data (documentation)
    • Available with PowerAuth server 1.10+
    • Can be used for fraud detection systems (FDS) or other custom business logic
  • Dependency networking-apple is now required in version 1.5.1

2.0.0

  • Added status to UserOperation and removed redundant OperationHistoryEntry (#171)
  • SDK simplification and added OIDC activation feature (#185)

1.12.0

  • PowerAuth “server stack” 1.9+ is now required
  • Dependency powerauth-mobile-sdk is now required in version 1.9.x
  • Dependency networking-apple is now required in version 1.5.x

1.11.1

  • Dependency networking-apple is now required in version 1.4.x

1.11.0

  • Added resultTexts to the UserOperation (#160)
  • Extended PushParser to support parsing of inbox notifications (#158)
  • Added statusReason to the UserOperation (#156)
  • Improved logging options (#164)

1.10.0

  • Removed currentServerTime property (#148)
  • Added default and minimum pollingInterval (#151)

1.9.0

  • Added possibility for custom reject reason (#143)
  • Updated Amount and Conversion attributes to the new backend scheme (#142)
  • Fixed attribute deserialization (#141)
  • Added this changelog to the documentation

1.8.3

  • Operation detail and non-personalized operation claim (#132)

1.8.2

  • Renamed proximity timestamps (#135)

1.8.1

1.8.0

⚠️ This version of SDK requires PowerAuth Server version 1.5.0 and newer.

  • Upgrade to PowerAuthSDK 1.8.0 (#128)

1.7.3

  • Renamed proximity timestamps (#136)

1.7.2

1.7.0

  • Fixed warnings when integrated with using SPM (#119)
  • Added support of QR Code & Deeplink - Proximity check (#122)

1.6.0

  • Added amount conversion attribute (#109)
  • Image attribute (#110)
  • Added server time property to operations (#112)
  • Update amount currency attributes with their formatted values (#117)
  • Moved UI object from the mtoken to SDK (#118)

1.5.2

  • Updated Inbox model classes

1.5.1

  • Fixed podspec for inbox

1.5.0

  • Added inbox feature
  • Fixes and improvements

1.4.5

  • Updated dependencies + running on Xcode 14 (#98)

1.4.4

  • Reject operation fix (#97)

1.4.3

  • Customizable URI ID used for offline signature (#79)
  • Possibility to use own WPNNetworkingService (#80)
  • Added possession factor as allowed signature variant (#81)
  • Upgrade to PowerAuth 1.7.x (#85)
  • Possibility of custom UserOperation object (#94)
  • Minor improvements and maintenance

1.4.2

  • Updated dependencies

1.4.1

  • Swift Package Manager support 🚀

1.4.0

  • Networking code was moved to its own library. This allows sharing configuration and some error handling across Wultra libraries.

1.3.0

Features

  • Operation History API (#64)
  • Added “pause polling when on background” option (#44)

Fixes & Improvements

  • PowerAuth Mobile SDK v 1.6.x is now required
  • Fixed Operation Watcher (#49)
  • Improved documentation
  • Updated dependencies

1.2.0

  • Added option to start polling without waiting (#45)
  • Added “Operation Expiration Watcher” utility (#42)

1.1.5

  • An improved priority of error handling (#35)

1.1.4

  • Better error handling in networking (#31)
  • Executing public callbacks on the main thread (#34)

1.1.3

  • Added WMTPushParser class for parsing push notifications.

1.1.2

  • Fixed validation error in WMTQROperationParser.

1.1.1

  • Added the possibility to approve or reject operations received via different channels than this SDK.

1.1.0

  • Naming changes to be consistent with the Android version
  • Improved documentation.

1.0.1

  • Documentation Improvements
  • Improved offline operation parser

1.0.0

  • Initial release of the iOS SDK.
Last updated on Aug 18, 2025 (09:11) Edit on Github Send Feedback
Search

develop

Mobile Token SDK for iOS