Skip to content

Releases: FinTecSystems/xs2a-ios

1.14.2

28 Sep 10:42
Compare
Choose a tag to compare
  • Feature: Option to customize Link appearance via LinkStyle (see Readme) (Thanks @ziper1 for the PR)

1.14.1

17 Aug 11:21
Compare
Choose a tag to compare
  • Bufix: Correct cast to string for checkbox (7cc5a2a)

1.14.0

14 Aug 14:11
Compare
Choose a tag to compare

Beta: App-to-App Redirection Feature. This is a beta feature. Instructions:

  1. During initialisation as part of XS2AiOS.Configuration, provide a redirectDeepLink URL where the bank shall redirect to after successful authentication. This URL should open your host app when Safari redirects to it.
  2. On a phone with a supported banking app installed, start a flow for said bank.
  3. During the session there should be a step where you will get a redirect element, which is a button that will prompt you if you want to either open the website or the app for authentication.
  4. If you choose the latter, the banking app should open. Complete the steps there.
  5. After the banking app is done, it should first redirect to Tink Germany's URL, which then redirect to the redirectDeepLink you provided in step 1. Make sure your host app opens (Safari should show a prompt offering to open the host app)
  6. Now to advance the session, call submitRedirect() method of XS2AViewController.

1.13.0

03 May 08:06
Compare
Choose a tag to compare

1.12.1

17 Mar 08:50
Compare
Choose a tag to compare
  • Fixed a bug, where the selected account during a multi-selection screen was ignored and always all accounts where selected

1.12.0

06 Mar 13:49
Compare
Choose a tag to compare
  • Fixed a bug where locally embedded strings from *.lproj files where not localized when the SDK was initialized with a language.

1.11.0

28 Oct 12:00
Compare
Choose a tag to compare
  • Raised minimum iOS version to 11.0, since it is the new minimum for Xcode 14 (9a7138b)
  • The bank search now shows the 5 most popular/relevant banks for the respective session right upon opening it (d1a0a3e)

1.10.0

14 Oct 12:01
Compare
Choose a tag to compare

Two new public methods have been introduced on the XS2AViewController (6761096):

  • isLogin(): Will return true or false depending on whether the session is on the first login screen.
  • isBankSearch(): Will return true or false depending on whether the session is on the bank search screen.

More info can be found in the readme.

1.9.5

10 Oct 11:43
Compare
Choose a tag to compare
  • The LoadingStateProvider protocol was extended with the LoadingView, which allows further customization of the loading animation. PR (299bfc1)
  • It is now possible to implement a custom back button and hide the default button inside the form. More info in the readme. PR (299bfc1)

Thanks again to @ziper1 for the PRs 👍.

1.9.4

22 Sep 14:06
Compare
Choose a tag to compare
  • Remove MultiForm logic due to deprecation (dc41152)