Releases: veritrans/Veritrans-ios-sdk
Releases · veritrans/Veritrans-ios-sdk
Release 1.27.1
Release 1.27.0 *This version has production issue, please use the updated version*
This version has production issue, please use the updated version
- Update promo implementation using a new endpoint
- Add x-source identifier to check SDK flow
Release 1.26.0
- add Kredivo as a new payment method
Release 1.25.0
- add CIMB VA on Bank Transfer
- update instructions on all VA (Bank Transfer) to be similar with Snap Web
Release 1.24.2
- Add privacy manifest
- Add Code Signature on XCFramework
Release 1.24.1
- change unexpected string value to boolean on snaptoken request eg :
secure : "true"
tosecure: true
Release 1.24.0
Demo App:
- PAYP-3349 Fix Demo App build issues on M1 macbook
SDK:
- PAYP-3210 Update Payment Type
gopay
toqris
in Tablet Mode - PAYP-3209 Support expiration_raw to fix countdown timer on Qris Tablet
Important Information
- To avoid inconsistencies for e-money method on tablet, starting from version 1.24.0, the payment type for gopay on tablet (iPad) is no longer
gopay
but changed toqris
, similar to ShopeePay on tablet (iPad) which is already usingqris
. - The JSON fields format response is now different between iPad and iPhone, which is
“payment_type”: “qris”
for iPad and“payment_type”: “gopay”
for iPhone. This will affect the Webhook/HTTP Notification and Get Status API Response. Refer to the notification example section for details. - Due to the difference in response between
qris
andgopay
, you need to remap the response for the Notification and Get Status API. So please ensure that your system’s implementation can handle this behavior without breaking your system & its payment flow. Especially on the following parts (if applicable):- Your Notifications Handler implementation logic.
- Get Status API implementation logic.
- Reconciliation implementation logic.
- For more details regarding QRIS related behavior, please refer to this section
Release 1.23.0
- add SPM support
- fix Other Bank issues on Bank Transfer (BRI support, VA number not showing, wrong instructions, language issue)
- update akulaku branding to akulaku paylater
- fix xcframework archive issue on xcode 14
- fix sdk version on analytics.
Release Notes iOS SDK v1.22.0
- integrate exbin
- support 8 digit bin
Release Notes iOS SDK v1.20.2
CoreKit:
1.[PAYP-1348] Add new api to show 3ds webview
UIKit
1.[PAYP-1706] Fix webview callback issues on URL redirection (eg: klikpay)