Skip to main content
Back to registry

storekit

dpearson2699/swift-ios-skills

Implement in-app purchases, subscriptions, and paywalls using StoreKit 2 on iOS 26+. Use only the modern Product , Transaction , StoreView , and SubscriptionStoreView APIs. Never use the deprecated original StoreKit ( SKProduct , SKPaymentQueue , SKStoreReviewController ).

Installs189
Install command
npx skills add https://github.com/dpearson2699/swift-ios-skills --skill storekit
Security audits
Gen Agent Trust HubPASS
SocketFAIL
SnykWARN
About this skill
Implement in-app purchases, subscriptions, and paywalls using StoreKit 2 on iOS 26+. Use only the modern Product , Transaction , StoreView , and SubscriptionStoreView APIs. Never use the deprecated original StoreKit ( SKProduct , SKPaymentQueue , SKStoreReviewController ). Define product IDs as constants. Fetch products with Product.products(for:) . Call product.purchase(options:) and handle all three PurchaseResult cases. Always verify and finish transactions. Start at app launch.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does storekit do?

Implement in-app purchases, subscriptions, and paywalls using StoreKit 2 on iOS 26+. Use only the modern Product , Transaction , StoreView , and SubscriptionStoreView APIs. Never use the deprecated original StoreKit ( SKProduct , SKPaymentQueue , SKStoreReviewController ).

Is storekit good?

storekit does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does storekit work with?

storekit currently lists compatibility with codex, gemini-cli, opencode, amp, cline, github-copilot.

What are alternatives to storekit?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install storekit?

npx skills add https://github.com/dpearson2699/swift-ios-skills --skill storekit

Related skills

More from dpearson2699/swift-ios-skills

Related skills

Alternatives in Software Engineering