Search...
Log inGet started
Airwallex logo
Home
Core API
Payments
Transactional FX
Payouts
Issuing
Back to home
OverviewChoose your payments solutionGet started with payments
Online payments
Online payments overviewGet started with online paymentsHosted Payment Page
Drop-in Element
Embedded Elements
Mobile SDK
Guest user checkout
iOS Airwallex SDK
OverviewBefore you startNative UI Integration
SDK Examples
Android Airwallex SDK
Registered user checkout
Airwallex iOS SDK Privacy Details
Plugins
Native API
Automatic Currency Conversion
Invoice integrations

SDK Examples

This sample app demonstrates integrating with the Airwallex Android SDK using its prebuilt UI components to manage the checkout flow, including specifying a shipping address and selecting a Payment method. To run the example project, you should follow these steps

Preparation

  • Installed the lastest version of Xcode and iOS SDK from Mac Store.
  • Install Bundle

Clone source code

Run the following script to clone this project to your local disk.

Install dependencies and open project

  • Go into the project directory
bash
  • Install dependencies
bash
  • Open Airwallex.xcworkspace from Xcode or run the following script to open it.

*Be sure you always open the project from the work space.

bash

Build Configurations

There are two schemes Airwallex and Examples. You can switch the schemes in project scheme settings.

  • Airwallex will generate a framework for developer
  • Examples will build and run an example application

Run the app on your iOS device

Select your target device from the top left panel, then press "Command + R" on your keyboard (or "Product > Run" from the top menu bar) to run this project on your iOS device.

On this page