XCode 16.2 日本語化計画
自動更新サブスクリプションの更新状況情報。
アプリ内購入用の StoreKit API の選択 (Choosing a StoreKit API for In-App Purchases)
サブスクリプションの状況には、顧客が購入したサブスクリプションについて、App Store によって署名された更新情報が提供されます。
static var updates: Product.SubscriptionInfo.Status.Statuses
サブスクリプションの状況が変化したときに状況情報を発行する非同期シーケンス。
static var all: AsyncStream<(groupID: String, statuses: [Product.SubscriptionInfo.Status])>
新しいサブスクリプションの状況情報を傾聴する非同期シーケンス。
let state: Product.SubscriptionInfo.RenewalState
自動更新サブスクリプションの更新状況。
let renewalInfo: VerificationResult<Product.SubscriptionInfo.RenewalInfo>
自動更新サブスクリプションの署名済み更新情報。
let transaction: VerificationResult<Transaction>
サブスクリプショングループの最新の取引。
自動更新サブスクリプションの更新情報。
自動更新サブスクリプションの更新状況。
自動更新サブスクリプションの更新情報。
自動更新サブスクリプションの更新状況。