Search
⌃K
Links

SDK Changelog

2.1.37

Release Date : 31/05/2023

FIXED

  • Installation and bug fixes

ADDED

  • Nearpay install request permission first

2.1.29

Release Date : 01/05/2023

FIXED

  • Dismiss UI removed from setup and logout

2.1.26

Release Date : 19/04/2023

FIXED

  • Performance encasements and bug fixes

ADDED

  • Local transaction which allow you to pass your transaction uuid

2.1.22

Release Date : 14/03/2023

FIXED

  • Performance encasements and bug fixes
  • fixed the dynamic receipt font in reconcile

2.1.18

Release Date : 28/02/2023

FIXED

  • Performance encasements and bug fixes
  • Fixed install for android 11

2.1.12

Release Date : 08/02/2023

ADDED

  • Added receipt font size
  • Added admin pin in payment

FIXED

  • Performance encasements and bug fixes
  • Fixed install progress bar

2.1.06

Release Date : 23/01/2023

ADDED

  • Added nearpay Session which allow you to control the transaction from the backend

FIXED

  • Performance encasements and bug fixes

2.1.03

Release Date : 21/12/2022

FIXED

  • Performance encasements and bug fixes

2.1.02

Release Date : 18/12/2022

ADDED

  • Added Nearpay Connect SDK which allow you to communicate remotely with the payment plugin using iOS

FIXED

  • Performance encasements and bug fixes

2.0.19

Release Date : 13/12/2022

ADDED

  • Added finishTimeOut for all Screens so you can set the timing of ui to be dismissed.
  • Added exit button for receipt view.
  • You can check the SDK Connect from here .
  • Reverse ui is now optional , you can set enableReversal to false

FIXED

  • Performance encasements and bug fixes

2.0.13

Release Date : 30/11/2022

ADDED

  • Added new login methods, you can login now using email , phone number or let your user enter it.
  • Added edit refund ui , you can set enableEditableRefundAmountUi to true so the user can edit the amount of refund.
  • Added reverse button after the purchase is done.

FIXED

  • Bug Fixes

2.0.9

Release Date : 24/11/2022

FIXED

  • Bug Fixes

2.0.7

Release Date : 27/10/2022

ADDED

  • Added updateJWT method so you can update your jwt when authentication failed
  • Added nearpay.toJson Method which it can be used to convert Transaction Receipt to Json
  • Added setUp Method which it can be used to set your app up before making any purchase , it will run install and login .

FIXED

  • Bug Fixes

2.0.5

Release Date : 20/10/2022

CHANGED

  • Changed TransactionReceipt to be list in Receipt in Purchase , Refund and Reverse.
  • Changed transactionReferenceRetrievalNumber to TransactionUUID in refund.

FIXED

  • Fixed the delay on the first payment
  • Fixed the issue with health check
  • Fixed the delay in the app over all

2.0.1

Release Date : 28/09/2022

FIXED

  • Fixed the issue with NearPay object creation

2.0

Release Date : 25/09/2022
in this release we added a feature that will help you to integrate easily , now all you need is to pass your JWT and we will handle the install and login.

ADDED

  • Added nearPay.Reverse.
  • Reconcile UI.
  • EnableReceipt UI .

REMOVED

  • nearPay.checkStatus.
  • nearPay.install.
  • nearPay.login.
  • activity in purchase, refund and reconcile .

CHANGED

  • Nearpay Object .
  • PaymentListener to PurchaseListener in purchase.
  • PaymentListener to RefundListener in refund .

FIXED

  • bug fixes

1.0.3

Release Date : 07/09/2022

ADDED

  • Added onPaymentUiClosed() .

REMOVED

  • Removed paymentSession()

CHANGED

  • Changed transactionUUID with transactionReferenceRetrievalNumber in Refund

FIXED

  • bug fixes

1.0.2

Release Date : 05/09/2022

ADDED

  • added payment session which will control when the form of the payment starts or dismissed.
  • added reconcile data .

1.0.1

Release Date : 01/09/2022

FIXED

  • Fixed a bug in check status .

ADDED

  • Added environments in nearpay object.

REMOVED

  • Removed update config .

1.0

Release Date : 31/08/2022
Initial Release .