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:
- Australia: https://www.eway.com.au/
- New Zealand: https://eway.io/nz/
- UK: https://eway.io/uk/
- Hong Kong: https://eway.io/hk/
- Malaysia: https://eway.io/my/
- Singapore: https://eway.io/sg/
For testing, get a free eWAY Partner account: https://www.eway.com.au/developers
The eWAY iOS SDK supports iOS 7 and above. But for Apple Pay support, it requires iOS 8 and above.
2 example projects are included in the eWAY iOS SDK GitHub repository to demonstrate the available functions. To use it:
-
Clone the repository to your development machine
git clone https://github.com/eWAYPayment/eway-rapid-ios.git
-
In the Example directory, run
pod install
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.
The MIT License (MIT). Please see License File for more information.