Quick start
Step 3: Install the iOS SDK
Next, we can embed the SDK in your iOS app to store card details, authorize payments, and capture a transaction.
Add the SDK
The iOS SDK is available as a CocoaPods pod and can be set up as follows.
Podfile
Replace TARGET_NAME
with your own build target. Please check GitHub for
the latest version of our SDK.
Then, in the Podfile
directory type the following command.
On M1 Macs please add arch -x86_64
to the command.
Was this page helpful?