iOS SDK changelog
3.5.0 (2024-03-15)
Fixes
- Improved internal error handling.
- Minor improvements and fixes.
3.4.1 (2024-02-13)
Fixes
- Updated new maven server in Package.swift that links to binary frameworks.
- No maven credential required in order to consume the xcframeworks.
3.4.0 (2023-07-04)
Features
-
Added new
getPaymentPlanOptions(merchantId, amount)
function -
Added new
getBankIdUrlForPayment(paymentToken, redirectUrl)
function improving testing functionality -
Deprecated
getBankIdTokenForPayment(paymentToken)
function
Fixes
- Improved internal error handling.
- Update test certificate.
3.3.0 (2023-04-21)
Features
-
Added new
getSwishUrl(paymentToken, callbackUrl)
function improving testing functionality. -
Deprecated
getSwishToken(paymentToken)
function".
Fixes
- Improved certification handling.
- Improved internal testing.
3.2.1 (2023-03-10)
Fixes
- Fix for update payment method issue.
- Improved internal testing.
3.2.0 (2023-03-01)
Fixes
- Updated internal Error handling.
Features
- Added support for creating recurring payment accounts.
3.1.0 (2022-12-22)
Fixes
- Updated internal Error handling.
- Improved user closing 3DSecure window flow.
- Fix for multiple windows in SwiftUI application window scene, without breaking nonSwiftUI apps with one scene.
Features
-
Deprecated
SveaWalletClient
class and introduce newSveaAppWallet
public class which is returning Swift Result type. -
Updated
WalletError
returned to client with associatedProblem
-value containing the error information, code and description. - Improved error messages.
3.0.0 (2022-06-21)
Fixes
- Minor improvements and fixes
Features
- Added support for Apple Pay
- Added support for Amex credit card payments
- Improved error messages