Skip to content

2.0.0

Compare
Choose a tag to compare
@IhmeHippi IhmeHippi released this 19 Aug 13:31

tl;dr: If you get compilation errors, add pod SwedbankPaySDKMerchantBackend to your Podfile, then add import SwedbankPaySDKMerchantBackend to any files with errors.

This release separates the core SDK, and Merchant Backend utilities to their own libraries.

From this version on, the SwedbankPaySDK pod shall contain the core functionality of the Swedbank Pay Mobile SDK for iOS. Utilities for interfacing the SDK with a server implementing the Merchant Backend API are contained in the SwedbankPaySDKMerchantBackend pod.

This version alters the API surface of the SwedbankPaySDK pod, so it is a major release. All the missing APIs are now in the SwedbankPaySDKMerchantBackend pod. You will need to add a dependency to that pod as well, and add import SwedbankPaySDKMerchantBackend where appropriate.