StoreKit 2 patterns for implementing in-app purchases with async/await APIs, automatic verification, and SwiftUI integration.
ALWAYS load reference files if there is even a small chance the content may be required. It's better to have the context than to miss a pattern or make a mistake.
| Getting Started | Setting up .storekit configuration file, testing-first workflow | | Products | Loading products, product types, purchasing with Product.purchase() | | Subscriptions | Auto-renewable subscriptions, subscription groups, offers, renewal tracking |
Используйте при реализации покупок в приложении, подписок StoreKit 2, расходных и нерасходных материалов или обработки транзакций. Охватывает рабочий процесс «сначала тестирование» с конфигурацией .storekit, архитектурой StoreManager и проверкой транзакций. Источник: johnrogers/claude-swift-engineering.