Our app cannot retrieve in-app purchase products from the App Store. We're getting a "storekit_no_response" error when attempting to fetch product information, despite having all products properly configured in App Store Connect.
Error: IAPError(code: storekit_no_response, source: app_store, message: StoreKit: Failed to get response from platform., details: null)
- Verified product IDs match exactly what's in App Store Connect
- Confirmed we're using a Sandbox Test Account
- Checked that In-App Purchase capability is enabled
- Waited over 24 hours for product availability
- Tried multiple product ID formats
This issue is preventing us from implementing subscription functionality in our app. We need assistance determining why StoreKit isn't responding to our product queries.
Thank you for your help.