- Introduction
- Features
- Requirements
- Installation
- How to run Demo app
- Latest update
- Credentials
- Core SDK integration
Do you want to accept payments from mobile users in different countries, different payment system by writing just few of code lines? GamePay SDK is a global mobile payment gateway that accepts payments from more than 200 countries with 100+ alternative payment options. We now provide SDK for iOS which will become a native part of your application, it eliminates the necessity to open a web browser for payments. Less steps, faster process, there’s no doubt your conversion rate will get boost! All you have to do is to integrate the framework into your project to start accepting in-app payment. It is quick and easy! We'll guide you through the process here.
- Easy integration of payment gateway
- Secure payment processing
- Fully compatible with iOS applications
- Example project provided for easy setup and usage
- Many payment options supported:
- In-app purchase: Brick, PayAlto
- Link out payment
XCode 16.0+, iOS 13.0+
You can integrate the SDK into your iOS app in two simple ways:
Location: https://github.com/paymentwall/ios-gamepay-sdk
Ensure to add both GamePaySDK & CardinalMobile products to your Target
- Download xcframework files from github and move them to project folder
- Open Project settings → choose
Generaltab → chooseTarget→ Drag xcframework file intoFrameworks and Librariessection → chooseEmbed & signEnsure to add bothGamePaySDK&CardinalMobileframeworks
- To run Demo app, you need to setup a project key. Obtain these Paymentwall API credentials in the application settings of your Merchant Account at Paymentwall.com
- Open
GamePayDemo/GamePayDemo.xcodeprojin Xcode - Modify the project and secret keys, for instance:
configuration.setKeys(projectKey: projectKey, secretKey: secretKey)
- Select
GamePayDemoscheme then run
Please check the demo app and the docs to see how to update your current code. You can check what's new on the Release section.
SDK integration requires a project key. Obtain these Paymentwall API credentials in the application settings of your Merchant Account at Paymentwall.com
For additional information, please refer to the documentation. GamePay iOS Core SDK integration instruction