Releases: Tap-Payments/goSellSDK-iOS
Releases · Tap-Payments/goSellSDK-iOS
Apple Pay Setup Support
✨ New Features
Apple Pay Setup Support
- New Property: Added
enableApplePaySetuptoSessionDataSourceprotocol - 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
enableApplePaySetupistrue: Shows Apple Pay setup button even if Apple Pay needs configuration - When
enableApplePaySetupisfalse(default): Hides Apple Pay option when setup is required - Tapping the setup button opens the system Apple Pay setup flow
Support ARM
2.3.48 Update the podspec file
Keyboard dismissing iphone 16
Merge pull request #77 from Tap-Payments/fix/reduce_motion_issue Fix/reduce motion issue
SAR symbol
Merge pull request #76 from Tap-Payments/feat/update_sar_logo Feat/update sar logo
Removed a deprecated configuration for the webview
2.3.44 Removed a deprecated configuration for the webview
Support Reduced motion feature
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.
2.3.42 Pospec version update
Passing MID in card save mode.
2.3.41 Merge pull request #71 from Tap-Payments/FT_AddMerchantIdSaveCard
Removed CardIO library
2.3.40 pod updated
Post url in case of save card mode
2.3.39 Update podspec version