Version No. | Release Date | Changes |
---|---|---|
1.6.35 | 26 Sept 2023 | Bug fix : Resolved ERR_NAME_NOT_FOUND crash issue to improve app stability |
1.6.34 | 27 July 2023 | Feature : SMS_RETRIEVER_API user consent pop up blocked when not necessary Bug Fixes :
|
1.6.33 | 03 July 2023 | Bug fix : No static field err_name_not_resolved_title |
1.6.32 | 12 June 2023 | Bug fixes |
1.6.31 | 16 May 2023 | Bug fixes |
Integrate With Android Standard SDK
Integrate Curlec Payment Gateway with your Android app using the Razorpay Android Standard SDK and start accepting payments.
You can use Razorpay Standard SDK to integrate the Curlec Payment Gateway with your Android Application.
Watch Out!
, all developers must declare how they collect and handle user data for the apps they publish on Google Play and provide details about how they protect this data through security practices like encryption. Know more about how to fill the .Handy Tips
-
Starting from version 1.6.22, the Android Standard SDK includes codes in Kotlin. Please add the Kotlin library to your project.
-
Due to the
in Google Play Developer policy, we have removed auto-read SMS feature from Razorpay Android Standard SDK versions 1.5.1 and higher. However, if your Android app already has permission to read SMS, then Curlec will auto-read it. -
Upgrade to the latest version available on the
. -
According to the PCI regulations, payment processing is not allowed on TLS v1. Hence, if the device does not have TLS v1.1 or v1.2, the SDK will throw an error in the
.onPaymentError
method. Check the -
If you are using SDK version below 1.6.15, you need to make
.
Check the sample app to integrate on
.- Create a .
- Generate the from the Curlec Dashboard. To go live with the integration and start accepting real payments, generate Live Mode API Keys and replace them in the integration.
- Know about .
Follow these integration steps:
Is this integration guide useful?