IosIapStore

main

This is a custom IOS In App Purchases implementation
nathMonisankar/IOS-IAP-store

IOS In App Purchase SDK

In App Purchase custom implementation using Storekit 2 for iOS 15+

🛠 Technologies

  • SwiftUI: The declarative UI framework from Apple.

🚀 Getting Started

Prerequisites

  • AppStore Connect access to create Bundle Identifier and App
  • Xcode 15 and later
  • iOS 15 or later
  • Please make sure that the project bundle ID is the same as the bundle identifier you added while creating the app in AppStore connect.

Installation

  1. In your Xcode project go to File -> Add Package Dependencies then search for this repo and add -
https://github.com/nathMonisankar/IOS-IAP-store.git
  1. Import the package
import IosIapStore
  1. Add the store view anywhere you want
    var body: some View {
        RootStoreView(userId: "example@gmail.com", apiKey: "YOUR_API_KEY")
    }
  1. Now the products must be visible if you have them in Ready for Submit state in AppStore connect.

Description

  • Swift Tools 6.0.0
View More Packages from this Author

Dependencies

  • None
Last updated: Sat May 17 2025 01:45:52 GMT-0900 (Hawaii-Aleutian Daylight Time)