Can a first subscription be fetched in the sandbox before submitting an app version for review? Does the “Finalize before submission” state prevent StoreKit visibility, even in sandbox? Testing In-App Purchase in the Apple sandbox environment doesn’t require you submit your In-App Purchases for review. Additional information: the same subscription works correctly with StoreKit local testing in Xcode (StoreKit configuration file). The product is returned and the purchase flow behaves as expected. When you enable a configuration file in your Xcode project, this file becomes active. StoreKit uses data saved in the active configuration file when your app calls StoreKit APIs in the test environment. For more information, see Setting up StoreKit Testing in Xcode. To test in the sandbox, you must disable StoreKit Testing in Xcode in your Xcode project. This enables StoreKit to use data you configured for your app in App Store Connect when the app calls S
Topic:
App & System Services
SubTopic:
StoreKit