# mattt/CargoBay

The Essential StoreKit Companion

Repository: https://github.com/mattt/CargoBay
Canonical: https://ross.abutalabs.com/products/cargobay
Language: Objective-C
License: MIT
License Family: permissive
Archived: true
Last push: 2021-06-22T17:08:43+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5105, "days_push": 1898, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1754, forks 152 (observed 2026-08-28T04:05:32.036071+00:00)

## What it is
CargoBay is an Objective-C library that wraps Apple's StoreKit framework to simplify In-App Purchases on iOS. It provides block-based product requests, payment queue observation, and secure receipt and transaction verification.

## Use cases
- verify in-app purchase receipts against Apple's servers
- fetch StoreKit product information with a block-based API
- observe payment queue transaction updates without delegate boilerplate
- deduplicate StoreKit transactions automatically
- add in-app purchases to an iOS app with less boilerplate

## When to choose
- you maintain a legacy Objective-C iOS app using StoreKit and want simpler receipt verification
- you prefer block-based callbacks over StoreKit's delegate pattern

## When to avoid
- starting a new project - the library is explicitly unmaintained since 2021
- you need Swift-first or modern StoreKit 2 support
- you need guaranteed compatibility with current iOS SDKs

## Facets
- artifact type: library
- maturity: abandoned
- function: sdk, security, developer-tools
- domain: mobile-development, apple-ecosystem, developer-tools
- platform: -
- tags: storekit, in-app-purchases, objective-c, receipt-validation, ios, swift, mobile

## Member repositories
- mattt/CargoBay (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:32.036071+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-30T03:28:08.270839+00:00, confidence not recorded.
  - readme: https://github.com/mattt/CargoBay (fetched 2026-08-28T04:05:32.036071+00:00, sha ed4ee5a51a9f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
