ios
iOS-9.0.3 (2026-02-02)
Bug Fixes
PAY-3088: Remove connection indicator config parameter
Removes connection indicator config parameter (bleConnectionStatusUUID) from VipasoConfiguration so it is no longer needed on instantiation.
PAY-3076: Fix success state disconnect handling
- success disconnect handling fixes
PAY-3036 - Remove SwiftyMocky
- Unit testing adjustments
iOS-9.0.0 (2026-01-15)
BREAKING CHANGES
PAY-2948, PAY-2910, PAY-2909, PAY-2908: Pay tabbar button for Nearby and Contactless Payments
- Remove deprecated method sendPaymentRequestViaBle() from BusinessPaymentApi , use sendNearbyPaymentRequest() instead
- Remove deprecated method receivePaymentRequestsViaBle() from CustomerPaymentApi, use receiveNearbyPaymentRequests() instead
- Explicit payment start/terminate are now required: Instead of continuous "always-on" listening for a payment , start a payment session for each transaction and call terminatePaymentSession() when complete to properly clean up resources.
iOS-8.1.6 (2025-12-01)
iOS-8.1.5 (2025-12-01)
iOS-8.1.4 (2025-10-23)
Bug Fixes
PAY-2852: fix consecutive contactless payments
- payment mode fixes
iOS-8.1.3 (2025-10-16)
Bug Fixes
PAY-2826: fix merchant fetch for delegated user API
- changes merchant fetch for
delegateduser roles - keeps the merchant fetch execution the same for
merchantuser roles
iOS-8.1.2 (2025-10-13)
iOS-8.1.1 (2025-10-10)
Features
PAY-2763: Add contactless payments feature
SDK contract extended with:
- contactless payment related methods (sending and receiving)
- current payment methods renamed to nearby payment
Bug Fixes
PAY-2748: Add existing phone number handling with error
Added extra check for existing phone number.
iOS-8.0.0 (2025-09-17)
BREAKING CHANGES
PAY-2711: Refactoring SDK API
- Removing VipasoPay and VipasoPOS APIs
- Introducing VipasoSDK and restructured sub-APIs
iOS-7.0.0 (2025-09-02)
BREAKING CHANGES
PAY-2690: Delegated instrument accept changes
- Adds the delegated instrument capability to the wallet side.