XCode 16.2 日本語化計画
自動更新サブスクリプションの有効期限が切れる理由。
static let autoRenewDisabled: Product.SubscriptionInfo.RenewalInfo.ExpirationReason
顧客が自主的にサブスクリプションをキャンセルしたため、自動更新サブスクリプションの有効期限が切れました。
static let billingError: Product.SubscriptionInfo.RenewalInfo.ExpirationReason
請求エラーのため、自動更新サブスクリプションの有効期限が切れました。
static let didNotConsentToPriceIncrease: Product.SubscriptionInfo.RenewalInfo.ExpirationReason
顧客の同意を必要とする自動更新サブスクリプション価格の引き上げに顧客が同意しなかったため、サブスクリプションは期限切れになりました。
static let productUnavailable: Product.SubscriptionInfo.RenewalInfo.ExpirationReason
更新時に製品が購入できなかったため、自動更新サブスクリプションの有効期限が切れました。
static let unknown: Product.SubscriptionInfo.RenewalInfo.ExpirationReason
自動更新サブスクリプションは不明な理由により期限切れになりました。
var localizedDescription: String
有効期限が切れた理由を説明するローカライズされたテキスト。
Sendable
let state: Product.SubscriptionInfo.RenewalState
自動更新サブスクリプションの更新状況。
let autoRenewPreference: String?
自動的に更新される自動更新サブスクリプションの製品 ID。
サブスクリプションが次の期間に自動的に更新されるかどうかを示すブール値。
let expirationReason: Product.SubscriptionInfo.RenewalInfo.ExpirationReason?
自動更新サブスクリプションの有効期限が切れた理由。