I think you should config StoreKit file and certificate… to test in simulator or real device associated with Xcode…
Hi @Mael,
The above advice is good - using the StoreKit config file can help to diagnose where the issue is stemming from. If you are able to test with a config file, then it shows us that your set up between Xcode and RevenueCat is working. That would narrow it down to the connection between XCode/RevenueCat and the App Store - the bundle id not matching, the product identifiers not matching. If you are able to import all of your subscriptions without issue and all your products are in the ready to submit state, then I’d check out your Paid Applications Agreement and your tax forms to make sure that they are all signed and nothing has quietly expired.
Hello! I’m facing the same issue, I think I know what’s going on, but not sure how to resolve it.
- Everything works well in my debug builds (login, logout, fetching & purchasing), with a manually attached Storekit file and a sandbox signed in user.
- However, when I run a “released version” on my phone, without a sandbox account, I get the same error as @Mael is seeing.
- Some additional info: This is the first version of my app (3.10) that has IAP. Last version submitted was 3.03 without IAP.
- So, when i go to AppStoreConnect it seems like I still need to attach these new subscriptions/products to my build and get approved by Apple.
Question, am I seeing the error because these subscriptions have not yet been approved by Apple? Hence the app is unable to find these products when I run the release build on my device directly? If so, do I have to wait for apple to approve my app before i can test the “release version” on my device?
---
Here’s the error for reference:
“ERROR: Error fetching offerings - 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).
More information: https://rev.cat/why-are-offerings-empty
ERROR: 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 (or the StoreKit Configuration file if one is being used).
More information: https://rev.cat/why-are-offerings-empty”
Thanks a ton,
Siddhant
Did you create a duplicate of your scheme? because in sandbox you are using StoreKit file, but in TestFlight you should use the scheme where you are not using StoreKit and “cer” file… Also be sure you have complete agreements in AppleStore Connect and add bank account and tax information...
Hi, guys!
Same error here.
About your suggestions or questions:
- "then I’d check out your Paid Applications Agreement and your tax forms to make sure that they are all signed":
- I did that and all Paid Applications Agreement and tax forms are Ok, active or completed (Mexico)
- "make sure all countries are available."
- "am I seeing the error because these subscriptions have not yet been approved by Apple?"
- No. I sent to approve and the reviewers expected all running ok. So, it is supposed to work because the testers were expecting that.
Some details:
- Phisycal device: iPhone 14 Pro.
- using Flutter PaywallView:
PaywallView(
offering: _offerings?.current!,
displayCloseButton: true,
onDismiss: () {...
- Before I tested with manually configuration on RevenueCat. Now, I put the storeKit key and I got the same error. So I rule out the possibility of it being due to having or not having the storekit key configured
Do you have some other idea what can I do to fix that?
I thank you in advance for your help