{"id":29220144,"url":"https://github.com/paymentwall/ios-gamepay-sdk","last_synced_at":"2026-02-07T23:03:54.143Z","repository":{"id":300891690,"uuid":"1005465048","full_name":"paymentwall/ios-gamepay-sdk","owner":"paymentwall","description":"GamePaySDK is global mobile payment solution from more than 200 countries with local payment options.","archived":false,"fork":false,"pushed_at":"2025-09-25T05:30:05.000Z","size":7919,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-26T13:27:22.067Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/paymentwall.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-20T09:15:16.000Z","updated_at":"2025-07-04T10:55:58.000Z","dependencies_parsed_at":"2025-06-24T05:36:50.933Z","dependency_job_id":"1fd06c5a-9d1b-464c-8f9e-45b1a2be981b","html_url":"https://github.com/paymentwall/ios-gamepay-sdk","commit_stats":null,"previous_names":["paymentwall/ios-gamepay-sdk"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/paymentwall/ios-gamepay-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paymentwall%2Fios-gamepay-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paymentwall%2Fios-gamepay-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paymentwall%2Fios-gamepay-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paymentwall%2Fios-gamepay-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paymentwall","download_url":"https://codeload.github.com/paymentwall/ios-gamepay-sdk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paymentwall%2Fios-gamepay-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29211595,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T22:58:45.823Z","status":"ssl_error","status_checked_at":"2026-02-07T22:58:45.272Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-03T02:38:03.214Z","updated_at":"2026-02-07T23:03:54.130Z","avatar_url":"https://github.com/paymentwall.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# iOS GamePaySDK\n\n## Table of Contents\n- [Introduction](#introduction)\n- [Features](#features)\n- [Requirements](#requirements)\n- [Installation](#installation)\n- [How to run Demo app](#how-to-run-demo-app)\n- [Latest update](#latest-update)\n- [Credentials](#credentials)\n- [Core SDK integration](#core-sdk-integration)\n\n## INTRODUCTION\nDo you want to accept payments from mobile users in different countries, different payment system by writing just few of code lines?\nGamePay 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.\n\n## FEATURES\n- Easy integration of payment gateway\n- Secure payment processing\n- Fully compatible with iOS applications\n- Example project provided for easy setup and usage\n- Many payment options supported:\n    - In-app purchase: Brick, PayAlto\n    - Link out payment\n    \n## REQUIREMENTS\nXCode 16.0+, iOS 13.0+\n\n## INSTALLATION\nYou can integrate the SDK into your iOS app in two simple ways:\n### Swift Package Manager:\nLocation: https://github.com/paymentwall/ios-gamepay-sdk\nEnsure to add both `GamePaySDK` \u0026 `CardinalMobile` products to your Target\n### Manually (Using Pre-built xcframework)\n1. Download xcframework files from github and move them to project folder\n2. Open Project settings → choose `General` tab → choose `Target` → Drag xcframework file into `Frameworks and Libraries` section → choose `Embed \u0026 sign`\nEnsure to add both `GamePaySDK` \u0026 `CardinalMobile` frameworks\n## HOW TO RUN DEMO APP\n1. 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](http://paymentwall.com/)\n2. Open `GamePayDemo/GamePayDemo.xcodeproj` in Xcode\n3. Modify the project and secret keys, for instance:\n    ```swift\n    configuration.setKeys(projectKey: projectKey, secretKey: secretKey)\n    ```\n4. Select `GamePayDemo` scheme then run\n\n## LATEST UPDATE\nPlease 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](https://github.com/paymentwall/ios-gamepay-sdk/releases).\n\n## CREDENTIALS\nSDK integration requires a project key. Obtain these Paymentwall API credentials in the application settings of your Merchant Account at [Paymentwall.com](http://paymentwall.com/)\n\n## Core SDK integration\nFor additional information, please refer to the documentation. [GamePay iOS Core SDK integration instruction](https://docs.terminal3.com/integration/sdks/game-pay-ios)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaymentwall%2Fios-gamepay-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaymentwall%2Fios-gamepay-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaymentwall%2Fios-gamepay-sdk/lists"}