「Ios/xcode」の版間の差分
提供: 初心者エンジニアの簡易メモ
(ページの作成:「==storekitの使い方== #アプリのxcodeを開く #xcodeでFile/FileFromTemplate/StorekitConfigretionFile 参考:https://dev.classmethod.jp/articles/xcode12_storeki...」) |
|||
| 行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/ | ||
2025年7月23日 (水) 15:55時点における版
storekitの使い方
- アプリのxcodeを開く
- xcodeでFile/FileFromTemplate/StorekitConfigretionFile
参考:https://dev.classmethod.jp/articles/xcode12_storekit_test/
課金処理で、サーバを使わず、storekitファイルを使う
- Xcodeのメニュー/Product/Scheme/EditScheme
- OptionタブのStoreKitConfigurationに作成したファイルを選択
