「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の使い方
- アプリのxcodeを開く
- xcodeでFile/FileFromTemplate/StorekitConfigretionFile
参考:https://dev.classmethod.jp/articles/xcode12_storekit_test/
課金処理で、サーバを使わず、storekitファイルを使う
- Xcodeのメニュー/Product/Scheme/EditScheme
- OptionタブのStoreKitConfigurationに作成したファイルを選択
参考:https://yakkylab.com/app-process-storekitconfig/
iPhone実機のdebugをコンソールで確認
- iPhone実機端末をつなぐ
- xcodeメニューのwindow/device and simurator/open consoleからログを確認する
bundle_idを絞りたい場合 左上の検索欄に以下を入れる(例:com.example)
プロセス:com.example
