「Ios/xcode」の版間の差分
提供: 初心者エンジニアの簡易メモ
(ページの作成:「==storekitの使い方== #アプリのxcodeを開く #xcodeでFile/FileFromTemplate/StorekitConfigretionFile 参考:https://dev.classmethod.jp/articles/xcode12_storeki...」) |
(→storekitの使い方) |
||
| (同じ利用者による、間の1版が非表示) | |||
| 行4: | 行4: | ||
参考:https://dev.classmethod.jp/articles/xcode12_storekit_test/ | 参考: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 | ||
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
