目次
Xcode の新機能

A B C D E F G H I J K L M N O P Q R S T U V W

XYZ

App Store サーバ通知

要点

App Store サーバー通知の有効化

App Store サーバー通知の受信

App Store サーバー通知への応答

App Store サーバー通知の変更履歴


  • アプリ内購入
  • アプリ内購入販売

  • StoreKit views
  • XCUIAutomation

    テスト用の UI 自動化の記録


    テストを連続してまたは並列に実行する

  • static var serialized: ParallelizationTrait

  • テストへのタグの追加

    テストへのコメントの追加

    バグとテストの関連付け

    バグ ID (識別子) の解釈

  • macro Tag()
  • static func bug(String, Comment?) -> Self
  • static func bug(String?, id: String, Comment?) -> Self
  • static func bug(String?, id: some Numeric, Comment?) -> Self
  • Tag.List

    インスタンスプロパティ

  • var tags: [Tag]
  • 製品とサブスクリプション情報

  • {} StoreKit API を使用してあなたのアプリにストアを実装する
  • struct Product
  • struct SubscriptionInfo
  • typealias SubscriptionInfo
  • typealias SubscriptionStatus
  • 購入要求と結果

  • struct PurchaseAction
  • func purchase(options: Set<Product.PurchaseOption>) async throws -> Product.PurchaseResult
  • enum PurchaseResult
  • 取引履歴と権利

  • struct Transaction
  • static var updates: Transaction.Transactions
  • static var all: Transaction.Transactions
  • static var currentEntitlements: Transaction.Transactions
  • JWS 検証

  • enum VerificationResult
  • enum VerificationError
  • サブスクリプションの状況と更新情報

  • struct Status
  • struct RenewalInfo
  • typealias SubscriptionRenewalInfo
  • struct RenewalState
  • typealias SubscriptionRenewalState
  • typealias SubscriptionPeriod
  • サブスクリプションのオファーとオファーコード