Skip to content

Releases: SwedbankPay/swedbank-pay-sdk-ios

4.0.5

15 Feb 10:41
5e11b55
Compare
Choose a tag to compare

What's Changed

  • No API changes, new version bump to sync SwedbankPaySDK and SwedbankPaySDKMerchantBackend versions

4.0.4

19 Sep 11:09
5e11b55
Compare
Choose a tag to compare

What's Changed

  • Removed usage of @available for initiatingSystemUserAgent property in PaymentOrder model, making the SDK properly compile in Xcode 15 by @johanmobility and @alleus in #58
  • Fixes to UI Tests and CocoaPods publishing by @OlofT in #56

Full Changelog: 4.0.3...4.0.4

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.