Skip to content

Releases: unit-finance/unit-ios-components-pod

Version 3.0.0

29 Sep 12:49

Choose a tag to compare

[3.0.0] (Sep 29, 2025)

  • Uses Web SDK version 3.1 (up to next minor)
  • New Component: White Label App Component
  • SDK Updates:
    • UNActivityComponent:
      • New setting parameter: showDeclinedActivity

Version 2.1.0

30 Jul 09:07

Choose a tag to compare

  • Uses Web SDK version 2.5
  • SDK Updates:
    • UNAchCreditComponent:
      • New input: allowCounterpartyDelete
      • New input: showAccountTypeSelector
      • Remove input: fee - Components now use actual fee amount instead of passing fee through an attribute.
    • UNAchDebitComponent:
      • New input: allowCounterpartyDelete
      • Remove input: fee - Components now use actual fee amount instead of passing fee through an attribute.
    • UNWireComponent:
      • Remove input: fee - Components now use actual fee amount instead of passing fee through an attribute.

Version 2.0.0

11 May 12:41

Choose a tag to compare

  • Uses Web SDK version 2.4 (up to next minor)
  • New Component: Create Card Component
  • Breaking Changes:
    • Rename classes
  • SDK Updates:
    • UNAccountComponent:
      • Add new settings params:
        • hideAccountStatus
        • hideAccountDetails
        • hideAccountButtons
        • hideAccountCtaBanner
        • enableFundAccountButton
        • enablePaySomeoneAccountButton
        • accountStatusPosition
      • Change Component appearance.
    • UNCardComponent
      • Add new settings params:
        • fee
        • showCardTypeSubtitle
        • showCardHolderSubtitle
    • UNACHCreditComponent
      • Add new settings param:
        • showSameDaySelection
    • UNACHDebitComponent
      • Add new settings param:
        • showSameDaySelection
    • UNMultipleCardsComponent
      • Add new settings param:
        • isRowItemClickable

Version 1.5.0

23 Dec 09:46
feed089

Choose a tag to compare

  • Uses Web SDK version 1.10 (up to next minor)
  • Update all component on auth finish
  • Update visa SDK to 4.1.2

Version 1.4.0

10 Sep 13:45

Choose a tag to compare

  • Uses Web SDK version 1.9 (up to next minor)

Version 1.3.1

28 Aug 14:29

Choose a tag to compare

  • Fix multiple camera permission requests

Version 1.3.0

16 Jul 15:06

Choose a tag to compare

  • Breaking Changes:
    • UNBookPaymentComponent - update onLoad result to return array of accounts instead of one.
    • UNACHCreditComponent - update onLoad result - UNACHCreditOnLoadResponse.unAccount is array of accounts instead of one.
    • UNACHDebitComponent - update onLoad result - UNACHDebitOnLoadResponse.unAccount is array of accounts instead of one.
  • Wire Payment Component
  • Security
    • Add Jailbroke device protection
    • Add Snapshot Protection
  • Two Factor Authentication - memorize the token until its expiration.

Version 1.2.0

17 Jun 12:16

Choose a tag to compare

  • Fund Account Payment Component

Version 1.1.0

21 May 08:05

Choose a tag to compare

  • Program Details Component
  • Uses Web SDK version 1.8 (up to next minor)
  • Fix iOS 17 Plaid redirect issue - redirectUri support
  • Compatibility with Plaid 5.5.0
  • SDK code signing

Version 1.0.0

15 Apr 11:48

Choose a tag to compare

  • Breaking Changes:
    • Integration with Plaid now requires manual installation of the Plaid library on the hosted application side.
    • The SDK no longer supports direct setters for environment and web versioning strategy attributes. To update those, you must use the initialize method.
    • Upgrade minimum supported iOS version to 14.0
  • Uses Web SDK version 1.7 (up to next minor)
  • Performance improvement - reducing the SDK size
  • Fix memory leak issues
  • Support Swift Package Manager (SPM)