Hello,
I am encountering the well-known readable_error_code: CONFIGURATION_ERROR (code: 23) while implementing subscriptions on iOS.
I have already performed several checks to identify the cause of the issue, and so far all configurations appear to be correct:
-
All contracts in App Store Connect have been properly signed.
-
The product identifiers match exactly between App Store Connect and RevenueCat.
-
All required metadata and configurations have been completed.
-
The backend integration has been finalized and appears to be working as expected.
We also performed tests on physical devices (iPad and iPhone) running iOS 26.2.1, and the error still occurs when attempting to fetch the products.
The only potential issue I can identify is the subscription status. The products are currently listed as “Waiting for Review” in App Store Connect and also appear with the same status in the RevenueCat dashboard.
Because of this, I would like to confirm whether this status could prevent the purchases from working correctly or cause the configuration error mentioned above.
As an additional reference, the same implementation on Android has been completed successfully and is working normally without any errors.
Thank you in advance for your assistance. I look forward to your guidance on how to resolve this issue.

