Skip to content

Releases: SwedbankPay/swedbank-pay-sdk-ios

4.0.3

27 Feb 11:38
9a40cf8
Compare
Choose a tag to compare

What's Changed

  • Handle payment menu opening bank id modally by @OlofT in #55
  • Auto-generated documentation browsable from within Xcode

Full Changelog: 4.0.2...4.0.3

4.0.2

30 Nov 07:57
2b1676c
Compare
Choose a tag to compare

What's Changed

  • All JS-events are now sent to the delegate.
  • Exposed most methods in the SDK for testing. You can now inherit classes and override methods as long as you use the "@testable import" statement.
  • An example of this, and also useful, is a new test for when an external app does not respond, and the SDK asks to retry in browser (testDelayOpenAlert).

Full Changelog: 4.0.1...4.0.2

4.0.1

27 Oct 09:26
6984025
Compare
Choose a tag to compare

Solved an issue where the SDKViewController dismissed itself when reloading the payment menu, e.g. after verifying 3DS.

4.0.0

20 Oct 06:50
8258da4
Compare
Choose a tag to compare

Deployment target dumped to require iOS 11, due to dependencies.

3.1.1

01 Jul 09:19
e6746ca
Compare
Choose a tag to compare

Minor update to fix version number reporting with SPM.

3.1.0

13 Jun 08:03
8f3a87e
Compare
Choose a tag to compare

What's Changed

Support for the Enterprise merchant, and specifically when identifying customers with SSN (the national identifier).

Full Changelog: 3.0.0...3.1.0

3.0.0

07 Apr 11:32
df65f78
Compare
Choose a tag to compare

The SDK now supports Checkout version 3 (specifically Payments Only). The way instruments are set is different from previous version, and might be a breaking change depending on your specific usage. Other than this, changes are mostly non-visible from an API-standpoint which means that upgrading should be a smooth experience.

2.5.0

11 Feb 13:38
71bf9bc
Compare
Choose a tag to compare

The SDK has a new way of handling redirects from the payment menu. The new handling should improve the experience in the vast majority of cases, but it should still allow payments to proceed with webview-incompatible pages, albeit with a somewhat suboptimal flow.

2.5.0-alpha.1

11 Nov 08:42
Compare
Choose a tag to compare
2.5.0-alpha.1 Pre-release
Pre-release

This preview version has a new way of handling redirects from the payment menu. The new handling should improve the experience in the vast majority of cases, but it should still allow payments to proceed with webview-incompatible pages, albeit with a somewhat suboptimal flow.

This preview version does not yet have fully localized texts for the fallback path of the new redirect handling. Therefore, you may see English texts in place of Swedish or Norwegian in some cases.

2.5.0-alpha

11 Nov 08:25
Compare
Choose a tag to compare
2.5.0-alpha Pre-release
Pre-release

This preview version has a new way of handling redirects from the payment menu. The new handling should improve the experience in the vast majority of cases, but it should still allow payments to proceed with webview-incompatible pages, albeit with a somewhat suboptimal flow.

This preview version does not yet have fully localized texts for the fallback path of the new redirect handling. Therefore, you may see English texts in place of Swedish or Norwegian in some cases.