0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

iOSシミュレーターでIn-App purchaseをテストしてみました。

Last updated at Posted at 2024-09-24

StoreKit構成ファイルとは?

StoreKit構成ファイルは、IAPのテストをローカル環境でシミュレートするJSONファイルです。このファイルでは、購入や返金のシミュレーションなど、StoreKitアクションを実際の支払いなしで行えます。サンドボックスと似ていますが、開発中のテストも可能なので、IAPビルドを作成する手間を省き、開発時間が大幅に短縮されます。

テスト設定手順

StoreKit構成ファイルを作成します。App Store Connectと同期するか、手動で新規作成します。

image.png
ファイル名を入力し、必要ならApp Storeと同期するチェックボックスをオンにします。
購入テストのためにビルドスキームを「編集」します。Xcodeの「Edit Scheme」で、StoreKit Configuration file を選択する。
image.png
image.png

アプリを実行し、テストを開始します。
デバッグ時にサーバーへの通信を無効化するか、必要に応じてサーバー側の設定も調整します。また、トランザクションマネージャで購入履歴を確認できます。

シミュレーターでIn-App purchaseをテストできるようになった!
image.png

Good to know

何回もテストするためにPurchaseの記録をリセットする手順も貼っておきます
image.png
image.png
image.png

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?