Skip to content

Releases: Tap-Payments/goSellSDK-iOS

Apple Pay Setup Support

10 Jan 09:28

Choose a tag to compare

✨ New Features

Apple Pay Setup Support

  • New Property: Added enableApplePaySetup to SessionDataSource protocol
  • Enhanced User Experience: SDK now supports showing Apple Pay setup button when Apple Pay is not properly configured on the customer's device
  • Seamless Setup Flow: Customers can now set up Apple Pay directly from your payment flow without leaving the app

Key Benefits:

  • Reduces payment abandonment due to Apple Pay configuration issues
  • Provides a smoother user experience for customers who haven't set up Apple Pay
  • Allows merchants to capture more Apple Pay transactions

Implementation:

// Enable Apple Pay setup option in your SessionDataSource
var enableApplePaySetup: Bool {
    return true
}

Behavior:

  • When enableApplePaySetup is true: Shows Apple Pay setup button even if Apple Pay needs configuration
  • When enableApplePaySetup is false (default): Hides Apple Pay option when setup is required
  • Tapping the setup button opens the system Apple Pay setup flow

Support ARM

23 Dec 08:47

Choose a tag to compare

2.3.48

Update the podspec file

Keyboard dismissing iphone 16

20 Apr 12:54
d442e06

Choose a tag to compare

Merge pull request #77 from Tap-Payments/fix/reduce_motion_issue

Fix/reduce motion issue

SAR symbol

19 Mar 21:03
2de736f

Choose a tag to compare

Merge pull request #76 from Tap-Payments/feat/update_sar_logo

Feat/update sar logo

Removed a deprecated configuration for the webview

24 Dec 12:27

Choose a tag to compare

2.3.44

Removed a deprecated configuration for the webview

Support Reduced motion feature

08 Dec 07:29
8e31106

Choose a tag to compare

Merge pull request #75 from Tap-Payments/FIX_Reduce_motion

Prevent keyboard frame change handling when Reduce Motion is enabled

Passing MID in saving the card requests if passed.

24 Oct 03:51

Choose a tag to compare

Passing MID in card save mode.

20 Oct 17:08
ebacdfb

Choose a tag to compare

2.3.41

Merge pull request #71 from Tap-Payments/FT_AddMerchantIdSaveCard

Removed CardIO library

24 Sep 17:50

Choose a tag to compare

2.3.40

pod updated

Post url in case of save card mode

29 Aug 10:40

Choose a tag to compare

2.3.39

Update podspec version