Add the dependency to your project
dependencies {
implementation 'com.mercadopago.android.px:checkout:4.+'
}
If you use CocoaPods in your project, you can add the dependency in the Podfile of the module where you integrate with us with the following code. Alternatively, you can download the SDK and add it to your project.
source 'https://github.com/CocoaPods/Specs.git'
# This parameter is needed because this is a Swift library
use_frameworks!
platform :ios, '8.0'
pod 'MercadoPagoSDK'
You can find the reference to the interface in the following links: Android docs - iOS docs
Add the following code in the file build.gradle. Alternatively, you can download the SDK and add it to your project.