We are using RevenueCat SDK with Capacitor on iOS. Our 4 auto-renewable subscription products are in "Waiting for Review" status in App Store Connect (submitted together with the binary).
The SDK returns this error: "None of the products registered in the RevenueCat dashboard could be fetched from App Store Connect"
StoreKit returns DownloadFailed error and cannot fetch product metadata. RevenueCat logs show WAITING_FOR_REVIEW state for all 4 products.
All configuration is correct:
- Bundle ID matches ✅
- Product IDs match ✅
- In-App Purchase Key valid ✅
- Shared Secret added ✅
- StoreKit Configuration: None ✅
- Sandbox account configured ✅
Is it possible to test purchases while products are in WAITING_FOR_REVIEW status? Or do we need to wait for Apple to approve them first?
