git log --oneline --stat
HEAD
- Stars
- 1.8k
- Forks
- 93
- Updated
- Jun 2, 2026
repo --stat
stars
1.8k
forks
93
last update
Jun 2, 2026
license
MITv2.1.0
quickstart.sh
3 steps
- Install
// Drops SKILL.md into ~/.claude/skills/
$ claude skills add ios-revenuecat-iap - Invoke
// Run from any project directory
$ claude --skill ios-revenuecat-iap "help me ship this" - Iterate
// Re-run with edits — Claude keeps the skill loaded
$ claude --skill ios-revenuecat-iap "now refactor it"
ios-revenuecat-iap/
references
- references/
- SKILL.mdopen
- README.mdopen
SKILL.md
readonly
- name:
- iOS RevenueCat IAP
- slug:
- ios-revenuecat-iap
- version:
- v2.1.0
- license:
- MIT
- author:
- @cupertino-craft
- categories:
- tags:
- #revenuecat#iap#subscriptions#paywall#storekit
- description:
Subscriptions and IAP with RevenueCat — entitlements, paywalls, attribution, App Store + Play Store.
features.md
6 capabilities
// What you can do with it
- Offerings & Packages — fetched via Purchases.shared.offerings(), reading current.availablePackages so pricing/products are controlled from the dashboard, not hard-coded.
- Entitlements — gating with customerInfo.entitlements.active["pro"]?.isActive and listening through the PurchasesDelegate / customerInfoStream.
- Paywalls — drops in RevenueCatUI's PaywallView and .presentPaywallIfNeeded(requiredEntitlementIdentifier:), backed by remotely-configured templates.
- Purchase & restore — purchase(package:) and restorePurchases() with userCancelled handling.
- Server side — App Store Server Notifications V2 forwarded to RevenueCat, plus webhook handlers and refund handling via the Customer Info / REST API.
- Attribution — Purchases.shared.attribution.setAttributes(...), enableAdServicesAttributionTokenCollection() for Apple Search Ads, and Meta via setFBAnonymousID / collectDeviceIdentifiers.
README.md
ios-revenuecat-iap/README.md
6 sections
Loading README…
$ cat reviews/
Reviews
// No reviews yet. Be the first.
Loading review form…