Our app is already live on the App Store. After setting up our in-app purchases (IAPs) for the first time in App Store Connect, we created a new release version and submitted it along with the IAPs for Apple’s review (with the publish setting set to manual).
Our IAPs were approved last night, and our release’s status is now “Pending for Developer Release”, but when testing on RevenueCat, we are unable to fetch any offerings.
Could this be due to the 24-hour waiting period, or might there be another reason?
This is the example we used to test:
https://github.com/RevenueCat/purchases-ios/tree/main/Examples/MagicWeatherSwiftUI
This is the error message we received:
The operation couldn’t be completed. (RevenueCat.OfferingsManager.Error error 1.)
There's a problem with your configuration. None of the products registered in the RevenueCat dashboard could be fetched from App Store Connect (or the StoreKit Configuration file if one is being used).
This is the code we called:
try await Purchases.shared.offerings()
This is the debug message:
DEBUG: ℹ️ Found an existing request for products: ["com.viberse.www.gems50", "com.viberse.www.gems2000", "com.viberse.www.gems100", "com.viberse.www.gems500"], appending to completion
Please HELP!!