Skip to content

Releases: elestyle/elepay-ios-sdk

4.3.1

22 Dec 08:42
Compare
Choose a tag to compare

New Features

  1. Do not retrieve the provider configuration when the SDK is initialized, but rather when the user attempts to make a payment for the first time.

4.3.0

21 Dec 10:26
Compare
Choose a tag to compare

New Features

  1. Add support for more payment methods without the need to update the SDK in the future.
  2. Integrate support for Naver Pay and Toss Pay.

4.2.0

09 Nov 07:28
Compare
Choose a tag to compare

New Features

  1. Add Rakuten Bank pre-authorization support.

4.1.0

01 May 13:56
Compare
Choose a tag to compare

New Features

  1. Rebuild with Xcode 14.3 (Swift 5.8)
  2. Add new Alipay+ payment method support (DANA, TrueMoney Wallet, Rabbit LINE Pay, BPI, BOOST, HelloMoney)

4.0.2

10 Mar 02:25
Compare
Choose a tag to compare

New Features

  1. Rebuild with Stripe SDK for iOS v22.8.4 (Since we still want to support iOS 12, we will not update to the Stripe SDK for iOS v23 until iOS 17 is released).

Bug Fix

  1. FIXED: Stripe Framework are no longer required if you are not using Credit Card payment method in your App (happend in 4.0.1).

4.0.1

24 Feb 07:52
Compare
Choose a tag to compare

4.0.1

New Features

  1. Add two public properties for getting SDK version and build number at runtime.

Bug Fix

  1. FIXED: Wrong HTTP Header Field

4.0.0

04 Oct 00:58
Compare
Choose a tag to compare

New Features

  1. The elepay iOS SDK requires Xcode 14 or later and is compatible with apps targeting iOS 12 or above.
  2. Add Card Scan support (iOS 13 or above required).
  3. Compiled using Xcode 14 (Swift 5.7)
  4. Bitcode will no longer be supported from this version.
  5. Removed Braintree support. We will add PayPal directly support in the future.

3.5.0

30 Jun 05:11
Compare
Choose a tag to compare

New features

  1. Add Alipay+ source support. (Sources can be charged directly, or attached to customers for later recharge)

3.4.1

17 Jun 01:57
Compare
Choose a tag to compare

Bug Fixes

  1. Fixed: Apple Pay may not display the correct amount on some iOS versions.

3.4.0

25 Apr 11:13
Compare
Choose a tag to compare

3.4.0

New features

  1. Add Credit Card (Rakuten Bank) support, also supports 3DS2.
  2. Add GMO Payment Gateway Credit Card supoort.
  3. Add Sony Payment Services Credit Card support.
  4. App Clips: The Elepay-StripeApplePay-Plugin provides a lightweight plugin for offering Apple Pay in an App Clip.
    You can now remove Stripe SDK when making App Clips to reduce the binary size.
    The Elepay-StripeApplePay-Plugin already has StripeApplePay SDK embedded, so you need to import only ElepaySDK and Elepay-StripeApplePay-Plugin when buiding your App Clip.
    For more details about this plugin, please reference the link here.