Skip to content

Releases: cashfree/core-ios-sdk

2.0.19

14 Oct 12:02
Compare
Choose a tag to compare

14th October, 2024

  • Configuration to enable full screen loader while initiating payment.

2.0.10

10 Apr 08:48
Compare
Choose a tag to compare
  • UPI now comes with a functionality to enable / disable recon.
  • With this, now you can choose to remove recon screen given by Cashfree and add your own screen.
let payment = try CFUPIPayment.CFUPIPaymentBuilder()
                        .setUPI(upi)
                        .setSession(session)
                        .enableRecon(false) // This is by default true
                        .build()

ui-2.0.8

14 Nov 07:53
Compare
Choose a tag to compare
[RELEASE] ui sdk 2.0.8