Skip to content

Add method to prepare a checkout

Compare
Choose a tag to compare
@mollidor mollidor released this 24 Mar 09:06
· 45 commits to master since this release
  • [BUGFIX] Fix a crash when trying to re-connect to an Air/PIN+ terminal,
    see issue #33
  • [ADDED] Add +[SumupSDK prepareForCheckout] to prepare the SDK when a
    checkout attempt is imminent.
  • [ADDED] Add +[SumupSDK testSDKIntegration] to validate your integration.
    Please do not call in Release builds but only in development.
  • [IMPROVEMENT] Speed up wake on Bluetooth
  • [IMPROVEMENT] Fix an issue where subsequent checkout attempts would keep
    failing when BT connection to Air/PIN+ Terminal has been lost during checkout

Sample application:

  • [ADDED] Tapping "Next" on the keyboard when entering an amount will wake a
    connected terminal by calling +[SumupSDK prepareForCheckout].
  • [ADDED] Run +[SumupSDK testSDKIntegration] when building in
    Debug configuration.