# robotmedia/RMStore

A lightweight iOS library for In-App Purchases

Repository: https://github.com/robotmedia/RMStore
Canonical: https://ross.abutalabs.com/products/rmstore
Language: C
License: Apache-2.0
License Family: permissive
Last push: 2019-06-23T17:58:41+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4782, "days_push": 2628, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2411, forks 446 (observed 2026-08-28T04:06:44.422093+00:00)

## What it is
RMStore is a lightweight iOS library that wraps Apple's StoreKit framework for In-App Purchases. It adds block-based APIs, notifications, receipt verification, content downloads, and transaction persistence in a single dependency-free class.

## Use cases
- add in-app purchases to an iOS app
- purchase products with a simple block-based API
- verify App Store receipts locally
- restore previous transactions on a new device
- download hosted content after purchase
- observe StoreKit events via notifications

## When to choose
- you want a lightweight, dependency-free StoreKit wrapper in Objective-C
- you need receipt verification and transaction persistence out of the box
- you prefer block-based callbacks over StoreKit's delegate pattern

## When to avoid
- you need a Swift-first or actively maintained solution (last release 2019)
- you use StoreKit 2, which RMStore does not support
- you need cross-platform in-app purchase support

## Facets
- artifact type: library
- maturity: maintenance
- function: sdk, security
- domain: mobile-development, e-commerce
- platform: -
- tags: in-app-purchases, storekit, receipt-verification, objective-c, cocoapods, ios, swift

## Member repositories
- robotmedia/RMStore (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:44.422093+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:33:58.879486+00:00, confidence not recorded.
  - readme: https://github.com/robotmedia/RMStore (fetched 2026-08-28T04:06:44.422093+00:00, sha 117b77324926)
- Data as of 2026-08-30T08:39:29.467469+00:00.
