Skip to content

Releases: Futurae-Technologies/ios-sdk

3.7.1

24 Jul 13:19

Choose a tag to compare

3.7.0

22 Jul 15:50

Choose a tag to compare

  • [Changed] Improved internal database handling for more reliable and efficient access.

  • [Fixed] Made the errorType property of SDKBaseError accessible in Objective-C contexts.

  • [Changed] SDK now tracks biometric configuration changes only if:

    • the SDK is configured with biometrics-only lock, or
    • the SDK PIN lock is used and biometrics are enabled.
  • [Added] New API method getSessionInfoWithoutUnlock for fetching session details without unlocking the SDK. Note: Must be enabled per service. Contact support@futurae.com for activation.

  • [Added] Support for usernameless authentication and transaction approval via a new URI type: FTRURLType.usernamelessAuth. The FTRUtils class has been updated accordingly.

  • [Added] Convenience methods in FTRUtils for extracting authentication session data directly from push notification payloads.

v2.6.5

22 Jul 15:10

Choose a tag to compare

  • [Fixed] Resolve issue with SDK account recovery on backup restore via iCloud

v2.6.4

02 Jun 08:35

Choose a tag to compare

  • [Changed] Fix issues on SDK PIN lock configuration after backup restore

3.6.6

24 Apr 23:37

Choose a tag to compare

  • [Changed] Add new method to retrieve SDK logs FTRClient.logsReport which doesn't require SDK launch.
    SDK logging is not enabled by default, to enable call FTRClient.enableLogging() before launching the SDK.

  • [Changed] Improved threading behavior during public key submission to ensure more efficient execution.

v2.6.3

24 Apr 13:39

Choose a tag to compare

  • [Changed] Improvements around SDK lock configuration switch

3.6.5

06 Apr 18:43

Choose a tag to compare

  • [Changed] Internal improvements
  • [Changed] Reduced framework size

v2.6.2

26 Mar 11:30

Choose a tag to compare

  • Fixed crash when accessing enrolled_at property of account model after account recovery
  • Fixed issue where enrollment process retry was not possible in some cases after the first try enrollment failed

v1.7.1

26 Mar 11:30

Choose a tag to compare

  • Fixed crash when accessing enrolled_at property of account model after account recovery

3.6.4

14 Feb 16:49

Choose a tag to compare

  • [Fix] Issue where full device display name (iPhone instead of iPhone 11 Pro for example) is not shown in admin dashboard after account migration
  • [Changed] Encrypt and exclude from backup local stored files related to SDK logs and adaptive collections
  • [Added] Add comments for SDK error codes
  • [Changed] SDK logging is not enabled by default anymore. To enable call FTRClient.enableLogging() before launching the SDK and the SDK will log information about its operations.