Hello. I have read all the existing posts on this issue, but am still stuck.
My Flutter app has been successfully processing purchases via RevCat for over a year, but following publishing the latest version of the app, iOS users are getting Error #23 when trying to purchase: “There is an issue with your configuration. Check the underlying error for more details. There's a problem with your configuration. None of the products registered in the RevenueCat dashboard could be fetched from App Store Connect”
I have changed nothing in the app in the latest version relevant to this issue except increased the iOS deployment target version to 18.0.
I have checked all the suggestions mentioned in this form posts (signed agreements, financial setup, correct API keys, etc.), all looks fine and has not changed.
purchases_flutter version is 8.7.1
The code that produces this error is: offerings = await Purchases.getOfferings();
Please help me diagnose and solve this -- my users can no longer make purchases in the app.
T