Skip to content

Releases: tink-ab/tink-link-ios

Tink Link iOS 3.0.0

24 Apr 15:06
c959fd5
Compare
Choose a tag to compare

Tink Link iOS 2.7.0

18 Apr 08:45
afd9937
Compare
Choose a tag to compare
  • UINavigationBar replaced with Tink Link navigation bar.

Tink Link iOS 2.6.0

08 Apr 16:08
a213b35
Compare
Choose a tag to compare

Tink Link iOS 2.5.0

08 Mar 13:41
13ee75c
Compare
Choose a tag to compare

Tink Link iOS 2.4.0

15 Dec 08:23
5fe569a
Compare
Choose a tag to compare
  • Added support for Bulk Payments with using new API-call Tink.Payments.initiateBulkPayment.
  • Added external_reference and refreshable_items parameters for Account Check.
  • Improved UX of the success screen.

Tink Link iOS 2.3.0

31 Aug 08:58
3d77600
Compare
Choose a tag to compare
  • Added BaseDomain type. This type is used to specify the Tink Link API base domain for both the production and custom environments. There are two distinct available options:
      1. European Base Domain (BaseDomain.eu): This corresponds to the European production environment.
      2. Custom Base Domain (BaseDomain.custom("your_custom_base_domain")). This allows configuration for a custom base domain, which can be useful for sandbox environments or other specific requirements.

  • Added new initializer for Configuration type which requires BaseDomain case as required parameter.

  • Deprecated existing Configuration type initializer which does not require BaseDomain case. This initializer falls back to the .eu case.

Tink Link iOS 2.2.0

02 Jun 11:40
305d831
Compare
Choose a tag to compare
  • Added support for Account Aggregation product.

Tink Link iOS 2.1.0

10 May 14:17
3403e1c
Compare
Choose a tag to compare

Tink Link iOS 2.0.1

14 Apr 11:18
69bc02a
Compare
Choose a tag to compare
  • Updated minimum supported version of Swift.
  • Fixed an issue where double completion handler invocation would occur.
  • Minor improvements.

Tink Link iOS 2.0.0

29 Mar 11:38
955721c
Compare
Choose a tag to compare
  • Removed support for the Account Aggregation product
    • Users of this product are encouraged to migrate to the Transactions product instead, or contact their account manager for more information about products suitable for their needs.
  • Added full product coverage of Tink’s products:
    • Account Check
    • Expense Check
    • Income Check
    • Payments
    • Reports
    • Risk Insights
    • Transactions
  • Improved error handling and error details in responses
  • Updated theming and customisation options, now available through Tink Console
  • Minimum required version is iOS 13