·storekit

StoreKit 2를 사용하여 인앱 구매 및 구독을 구현, 검토 또는 개선합니다. SubscriptionStoreView 또는 ProductView로 페이월 구축, 제품 및 트랜잭션 API를 통한 트랜잭션 처리, 권한 확인, 구매 흐름 처리(소모성, 비소모성, 자동 갱신 가능), 제안 코드 또는 판촉/환불/소개 제안 구현, 구독 상태 및 갱신 상태 관리, 구성 파일로 StoreKit 테스트 설정 또는 가족 공유, 구매 요청, 환불 통합 시 사용합니다. 처리 및 청구 재시도 논리.

83설치·17트렌드·@dpearson2699

설치

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

storekit 설치 방법

명령줄에서 storekit AI 스킬을 개발 환경에 빠르게 설치

  1. 터미널 열기: 터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다
  2. 설치 명령어 실행: 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/dpearson2699/swift-ios-skills --skill storekit
  3. 설치 확인: 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다

출처: 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).

| Consumable | .consumable | Used once, can be repurchased (gems, coins) | | Non-consumable | .nonConsumable | Purchased once permanently (premium unlock) | | Auto-renewable | .autoRenewable | Recurring billing with automatic renewal | | Non-renewing | .nonRenewing | Time-limited access without automatic renewal |

Define product IDs as constants. Fetch products with Product.products(for:).

StoreKit 2를 사용하여 인앱 구매 및 구독을 구현, 검토 또는 개선합니다. SubscriptionStoreView 또는 ProductView로 페이월 구축, 제품 및 트랜잭션 API를 통한 트랜잭션 처리, 권한 확인, 구매 흐름 처리(소모성, 비소모성, 자동 갱신 가능), 제안 코드 또는 판촉/환불/소개 제안 구현, 구독 상태 및 갱신 상태 관리, 구성 파일로 StoreKit 테스트 설정 또는 가족 공유, 구매 요청, 환불 통합 시 사용합니다. 처리 및 청구 재시도 논리. 출처: dpearson2699/swift-ios-skills.

인용 가능한 정보

AI/검색 인용용 안정적인 필드와 명령어.

설치 명령어
npx skills add https://github.com/dpearson2699/swift-ios-skills --skill storekit
카테고리
</>개발 도구
인증됨
최초 등록
2026-03-08
업데이트
2026-03-10

Browse more skills from dpearson2699/swift-ios-skills

빠른 답변

storekit이란?

StoreKit 2를 사용하여 인앱 구매 및 구독을 구현, 검토 또는 개선합니다. SubscriptionStoreView 또는 ProductView로 페이월 구축, 제품 및 트랜잭션 API를 통한 트랜잭션 처리, 권한 확인, 구매 흐름 처리(소모성, 비소모성, 자동 갱신 가능), 제안 코드 또는 판촉/환불/소개 제안 구현, 구독 상태 및 갱신 상태 관리, 구성 파일로 StoreKit 테스트 설정 또는 가족 공유, 구매 요청, 환불 통합 시 사용합니다. 처리 및 청구 재시도 논리. 출처: dpearson2699/swift-ios-skills.

storekit 설치 방법은?

터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/dpearson2699/swift-ios-skills --skill storekit 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다

소스 저장소는 어디인가요?

https://github.com/dpearson2699/swift-ios-skills

상세

카테고리
</>개발 도구
출처
skills.sh
최초 등록
2026-03-08