Skip to content

Tink Link iOS 2.3.0

Compare
Choose a tag to compare
@Eeyore741 Eeyore741 released this 31 Aug 08:58
· 22 commits to master since this release
3d77600
  • 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.