Skip to content

Releases: elestyle/elepay-ios-sdk

3.3.0

04 Feb 06:25
Compare
Choose a tag to compare

New features

  1. Add Credit Card (Stripe) 3DS2 support.
  2. Updated SDK Documentation (ElepaySDK.doccarchive). You can import it into Xcode 13 or later.

3.2.2

12 Jan 01:45
Compare
Choose a tag to compare

New features

  1. Add a new Web-Based Process for Alipay+ to handle some payment App may not redirect back to your App automatically.
    In this case, users need to go back to your App manually (Yes, we know the experiance is bad, we are working closely with Alipay+ to improve this).

3.2.1

29 Nov 08:15
Compare
Choose a tag to compare

New features

  1. Move payment method icons to CDN server for easier payment brand update and reduce the size of SDK itself.
  2. Payment method icons' local cache supported.
  3. Add Alipay+ to EasyCheckout feature.
  4. Remove canOpenURL requirement from au PAY, JCoinPay, LINE Pay and PayPay

3.2.0

24 Nov 07:17
Compare
Choose a tag to compare

New Features

  1. Add Apple Pay source support. You can add Apple Pay as a payment method to your customer for further charge.
  2. Add UnionPay directly connect support.
  3. Add a workaround for some new version (21.9.0) of Stripe's Swift SDK, due to it's Objective-C support is frequently changing recently.
  4. Add Alipay+ support (Charge only, Source & EasyCheckout still on work)

3.1.1

21 Sep 06:41
Compare
Choose a tag to compare

New Features

SPM (Swift Package Manager) supported.
NOTE: This version will not be released to Cocoapods, use v3.1.0 instead.

3.1.0

21 Sep 06:42
Compare
Choose a tag to compare

New Features

  1. Update Stripe framework for Xcode 12.5 & Xcode 13 beta support
  2. Add support RPay (Rakuten Pay)
  3. Minor improvements