Skip to content

eWAYPayment/eway-rapid-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eWAY iOS SDK

Quickly integrate eWAY into your iOS app with this SDK! The eWAY iOS SDK provides the following functions:

  • Apple Pay Integration
  • Encrypt card details for passing through the merchant's servers to eWAY
  • Complete a payment on a user's iOS device
  • Translate response messages to user friendly text

Check out the eWAY iOS SDK Getting Started Guide and the Example project for details on how to integrate eWAY with your app.

Sign up with eWAY at:

For testing, get a free eWAY Partner account: https://www.eway.com.au/developers

Requirements

The eWAY iOS SDK supports iOS 7 and above. But for Apple Pay support, it requires iOS 8 and above.

Example project

2 example projects are included in the eWAY iOS SDK GitHub repository to demonstrate the available functions. To use it:

  1. Clone the repository to your development machine

    git clone https://github.com/eWAYPayment/eway-rapid-ios.git

  2. In the Example directory, run

    pod install

Installation

Installing with CocoaPods is quick and easy:

Add the eWAY iOS SDK to the project's Podfile:

 pod 'eWAYPaymentsSDK'

Then run pod install to download and install the SDK

##Usage

For the a complete guide to using the eWAY iOS SDK, check out the eWAY iOS SDK Getting Started guide and along with the example project.

License

The MIT License (MIT). Please see License File for more information.