An open API service indexing awesome lists of open source software.

https://github.com/ramiz69/purchasekit

A Swift framework that streamlines in-app purchases using StoreKit 2 with SPM and static linking support.
https://github.com/ramiz69/purchasekit

in-app-purchase ios spm static-linking storekit2 swift swift-concurrency swift-package

Last synced: 12 months ago
JSON representation

A Swift framework that streamlines in-app purchases using StoreKit 2 with SPM and static linking support.

Awesome Lists containing this project

README

          

# RKPurchaseKit

[![Swift](https://img.shields.io/badge/swift-6.0-orange.svg)](https://swift.org)
[![Platforms](https://img.shields.io/badge/platforms-iOS%20%7C%20macOS%20%7C%20watchOS%20%7C%20tvOS-blue)]()

A lightweight Swift framework for in-app purchases using StoreKit 2
with full support for Swift Concurrency, async/await, and SPM.

## 📦 Installation

### Swift Package Manager

Add this URL to your Xcode project:

```text
https://github.com/Ramiz69/PurchaseKit.git
```
In Package.swift:
```text
.package(url: "https://github.com/Ramiz69/PurchaseKit.git", from: "1.0.0")
```

### ✅ Features
- async/await API
- actor-based PurchasesManager
- DocC documentation
- Static linking support (type: .static)
- Support for iOS, macOS, tvOS, watchOS, visionOS

### 📚 Documentation

- 🧭 [Online documentation →](https://ramiz69.github.io/PurchaseKit)
- 🛠 In Xcode: `Product > Build Documentation`

### 📄 License

```text
MIT © Ramiz Kichibekov
```