---
title: iOS Kit
description: Integrate the airpay payment gateway into your iOS application.
---

This guide is for the integration of iOS kit backend with airpay payment application for accepting payments. If steps correctly followed as per the documentation, the installation will be successful.

Integration with airpay iOS Standard Kit :

The airpay iOS Standard Kit comes with a sample project that illustrates the integration process. Make sure to include the correct version of the framework in your Xcode project. For detailed instructions and examples, refer to the "Sample App" and "Documents" provided in the SDK package.

Integration Steps:

```
 Follow the steps below to integrate the airpay iOS Standard SDK into your application:

 step 1: Drag and drop the Airpay_Kit_Swiftui.framework into your Xcode project.

 step 2: Go to your project's Target Settings → General tab → Embedded Binaries.

         Click the '+' icon and select Airpay_Kit_Swiftui.framework.

         Choose the "Embed Without Signing" option.

 step 3: In the file AirpayDemoview, add the following import statement at the top.

         import Airpay_Kit_Swiftui

 step 4: Create Request Instance and Handle Response.

         To initiate a transaction, refer to the request object included in the SDK kit. The documentation also details how to manage the response returned from the framework to your application.

```

##### Choose Your iOS Integration Kit to Download!