XCode 16.2 日本語化計画
サブスクリプションの更新間の期間を表す値。
value と unit を組み合わせてサブスクリプション期間を決定します。たとえば、単位が Product.SubscriptionPeriod.Unit.month で value が 3 の場合、サブスクリプション期間は 3 か月になります。
期間単位の数。
let unit: Product.SubscriptionPeriod.Unit
サブスクリプション期間の時間の増加量。
サブスクリプション期間を表す時間単位。
func dateRange(referenceDate: Date) -> Range<Date>
参照日から始まる、サブスクリプション期間の計算された日付範囲。
static var everySixMonths: Product.SubscriptionPeriod
static var everyThreeDays: Product.SubscriptionPeriod
static var everyThreeMonths: Product.SubscriptionPeriod
static var everyTwoMonths: Product.SubscriptionPeriod
static var everyTwoWeeks: Product.SubscriptionPeriod
static var monthly: Product.SubscriptionPeriod
static var weekly: Product.SubscriptionPeriod
static var yearly: Product.SubscriptionPeriod
func formatted<S>(S, referenceDate: Date) -> S.FormatOutput
日付範囲を入力として受け取る書式スタイルを使用して、サブスクリプション期間を書式化します。
func formatted<S>(S, referenceDate: Date) -> S.FormatOutput
期間を入力として受け取る書式スタイルを使用して、サブスクリプション期間を書式化します。
Copyable
let subscription: Product.SubscriptionInfo?
自動更新サブスクリプションのサブスクリプション情報。
自動更新サブスクリプションに関する情報(ステータス、期間、サブスクリプショングループ、サブスクリプション提供の詳細など)。
App Store Connect であなたが構成するサブスクリプション提供に関する情報。
自動更新サブスクリプションの更新ステータス情報。