# core-ios-sdk **Repository Path**: flashlab/core-ios-sdk ## Basic Information - **Project Name**: core-ios-sdk - **Description**: Cashfree iOS SDK Sample - **Primary Language**: Objective-C - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-02 - **Last Updated**: 2024-05-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Cashfree iOS SDK Sample ![GitHub](https://img.shields.io/github/license/cashfree/core-ios-sdk) ![Discord](https://img.shields.io/discord/931125665669972018?label=discord) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/cashfree/core-ios-sdk/master) ![GitHub release (with filter)](https://img.shields.io/github/v/release/cashfree/core-ios-sdk?label=latest) ![GitHub forks](https://img.shields.io/github/forks/cashfree/core-ios-sdk) ![GitHub Repo stars](https://img.shields.io/github/stars/cashfree/core-ios-sdk) ![Sample Banner Image](https://maven.cashfree.com/images/github-header-image-ios.png) ## **Description** Sample integration project for Cashfree Payment Gateway's iOS SDK, facilitating seamless and secure payment processing within your iOS application. ## Documentation The Cashfree iOS SDK allows you to integrate Cashfree Payment Gateway into your application and start collecting payments from your customers. It has been designed to minimise the complexity of handling and integrating payments in your iOS project. ### Getting Started Please replace the values for orderId, token (Payment Session ID) and environment in the example iOS project inside the repo and run the application. ```swift static var environment: CFENVIRONMENT = .SANDBOX static let payment_session_id = "payment_session_id" static let order_id = "order_id" ``` | Please refer our official iOS documentation [here](https://docs.cashfree.com/docs/ios-native). ## Getting help If you have questions, concerns, bug reports, etc, you can reach out to us using one of the following 1. File an issue in this repository's Issue Tracker. 2. Send a message in our discord channel. Join our [discord server](https://discord.gg/znT6X45qDS) to get connected instantly. 3. Send an email to care@cashfree.com ## Getting involved For general instructions on _how_ to contribute please refer to [CONTRIBUTING](CONTRIBUTING.md). ---- ## Open source licensing and other misc info 1. [LICENSE](https://github.com/cashfree/core-ios-sdk/blob/master/LICENSE.md) 2. [CODE OF CONDUCT](https://github.com/cashfree/core-ios-sdk/blob/master/CODE_OF_CONDUCT.md)