facebook twitter hatena line email

「Ios/xcode」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(storekitの使い方)
 
行10: 行10:
  
 
参考:https://yakkylab.com/app-process-storekitconfig/
 
参考:https://yakkylab.com/app-process-storekitconfig/
 +
 +
==iPhone実機のdebugをコンソールで確認==
 +
#iPhone実機端末をつなぐ
 +
#xcodeメニューのwindow/device and simurator/open consoleからログを確認する
 +
bundle_idを絞りたい場合
 +
左上の検索欄に以下を入れる(例:com.example)
 +
プロセス:com.example

2025年8月13日 (水) 14:41時点における最新版

storekitの使い方

  1. アプリのxcodeを開く
  2. xcodeでFile/FileFromTemplate/StorekitConfigretionFile

参考:https://dev.classmethod.jp/articles/xcode12_storekit_test/

課金処理で、サーバを使わず、storekitファイルを使う

  1. Xcodeのメニュー/Product/Scheme/EditScheme
  2. OptionタブのStoreKitConfigurationに作成したファイルを選択

参考:https://yakkylab.com/app-process-storekitconfig/

iPhone実機のdebugをコンソールで確認

  1. iPhone実機端末をつなぐ
  2. xcodeメニューのwindow/device and simurator/open consoleからログを確認する

bundle_idを絞りたい場合 左上の検索欄に以下を入れる(例:com.example)

プロセス:com.example