-
Notifications
You must be signed in to change notification settings - Fork 27
Description
Summary
On iOS 26 the card reader selection UI shown by calling SumUpSDK.presentCardReaderSettings (or even the old and deprecated presentCheckoutPreferences) is completely disabled, making it impossible to select a card reader or to start searching for available ones. There's a white overlay on the left side of the screen (see attached screenshot), which is probably blocking tap events from reaching the actual UI.
On iOS 18 it seems to work fine, but I only tested it on a simulator.
Steps to Reproduce
Calling SumUpSDK.presentCardReaderSettings on a device with iOS 26 should be enough.
Expected Behavior
UI should be enabled, and users should be able to interact with it.
Actual Behavior
UI is disabled, and users cannot interact with it.
iOS Version(s)
iOS 26
Impacted Devices
Tested on iPhone 15 Plus and iPad 9, but the issue should be visible on any iOS 26 device
- SumUp SDK: 6.2.0
- Swift: 6.2.1
- Xcode: 26.1.1
Video / Screenshot
