This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| publish_to_appstore [2024/08/14 16:42] admin | publish_to_appstore [2024/08/17 20:06] (current) admin | ||
|---|---|---|---|
| Line 18: | Line 18: | ||
| 1. Use StoreKit 2 to implement purchasing features in you app. [[https://developer.apple.com/videos/play/wwdc2021/10114/|WWDC tutorial and code]] | 1. Use StoreKit 2 to implement purchasing features in you app. [[https://developer.apple.com/videos/play/wwdc2021/10114/|WWDC tutorial and code]] | ||
| - | 2. Test your setup locally. [[https://developer.apple.com/documentation/xcode/setting-up-storekit-testing-in-xcode?language=objc| StoreKit Testing Setup]] | + | 2. Test locally (StoreKit configuration). [[https://developer.apple.com/documentation/xcode/setting-up-storekit-testing-in-xcode?language=objc| StoreKit Testing Setup]] | 
| 3. Configure App Store Connect: [[https://developer.apple.com/help/app-store-connect/configure-in-app-purchase-settings/overview-for-configuring-in-app-purchases/|Overview for configuring in-app purchases]] | 3. Configure App Store Connect: [[https://developer.apple.com/help/app-store-connect/configure-in-app-purchase-settings/overview-for-configuring-in-app-purchases/|Overview for configuring in-app purchases]] | ||
| Line 28: | Line 28: | ||
| 3. Add Capability to my app: [[https://developer.apple.com/documentation/xcode/adding-capabilities-to-your-app|Ref]] | 3. Add Capability to my app: [[https://developer.apple.com/documentation/xcode/adding-capabilities-to-your-app|Ref]] | ||
| + | 4. Test with App Store Connect (using Sandbox in Test Flight): [[https://developer.apple.com/documentation/storekit/in-app_purchase/testing_at_all_stages_of_development_with_xcode_and_the_sandbox?language=objc|Ref]] | ||
| <file> | <file> | ||
| Line 38: | Line 38: | ||
| - com.example.myapp.gold_coins_100 | - com.example.myapp.gold_coins_100 | ||
| </file> | </file> | ||
| + | |||