Skip to main content
Question

None of the products registered in the RevenueCat dashboard could be fetched from App Store Connect


Forum|alt.badge.img+2

help how do i fix this error “  [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).  ”  

here are my configurations 

 

This post has been closed for comments

27 replies

kaitlin
RevenueCat Staff
Forum|alt.badge.img+6
  • RevenueCat Staff
  • 388 replies
  • February 10, 2023

Hi @addy !

Things look correctly set up in your screenshots. Have you made sure that you’ve signed your Paid Applications Agreement? This can often be a culprit, and it can be worth double checking that any other paperwork or agreements are signed on App Store Connect.

Otherwise, how are you currently testing? Are you using a StoreKit config file or have used one in the past? If you have used one in that past but trying to connect to the App Store now, just make sure the StoreKit config file is no longer connected. 


Forum|alt.badge.img

I am facing same issue even everything good and all details including paid account active and banking and tax agreement also done.


Forum|alt.badge.img
  • New Member
  • 1 reply
  • February 21, 2023

I was facing the same error. the problem was because we had a minor name difference on product’s name in Revenuecat side, so after being able to realize that minor difference by spending several hours, we corrected the name and issue has been resolved


kaitlin
RevenueCat Staff
Forum|alt.badge.img+6
  • RevenueCat Staff
  • 388 replies
  • February 21, 2023

Oftentimes it is something such as the product id that @Ali Babayev mentioned. @Vishal Kumar we’ve compiled a list of the most likely reasons for the error here:

It’s definitely worth going through the list to see if any of these solve your configuration issue!


Forum|alt.badge.img+2
  • New Member
  • 1 reply
  • September 6, 2023

I have the exact same problem, I did everything mentioned here, on andorid it works fine(even if there is a problem with promocode redeem) but on apple I get the error:
 

[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]

Contracts are signed, I can import products inside revenuecat automatically from apple store connect, I a real device with a sandbox account, I tried anything, and the support is just replying me with generic stuff to do that I already did...


Forum|alt.badge.img+5
  • Dedicated Member
  • 15 replies
  • September 18, 2023

I am facing the same issue, but: sometimes products are fetched and returned, but then, all of a sudden, it stops working and says that no products can be fetched:

[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). 

So, due to the fact that products are returned sometimes, the cause must be something else than a config issue ...


Forum|alt.badge.img+4
  • New Member
  • 1 reply
  • September 19, 2023

This is very frustrating. I see this issue intermittently as well @skuske 


Forum|alt.badge.img+2

I’m experiencing the same issue. My configuration with App Store Connect was working fine a couple days ago and now I’m getting the same error.


Forum|alt.badge.img+2

I have searched alot about this problem. I have read all the posts but no luck. Can someone provide solution rather than asking if agreement is sign or not or if the bundle name is same… Everything is correct except for this configuration error.


Forum|alt.badge.img+2

Anyone alive on this blog?


Forum|alt.badge.img+2

i solved above issue, the problem was with my bundle identifier, It was different in xcode, apple connect, and revenueCat


Forum|alt.badge.img+4
  • Member
  • 5 replies
  • November 8, 2023

guys, any updates on this?


Forum|alt.badge.img+3

I found the solution at the end of three days.

 

Every subscription was only active for Germany, and we kept getting this error when a device registered in the UK downloaded it from the app store.

 

If you can't solve it despite all instructions, make sure to check this situation as well.

make sure all countries are available.


Forum|alt.badge.img
  • New Member
  • 2 replies
  • March 16, 2024

I solved it but had another mistake :

I hade a StoreKit Configuration file, which I had copied from an example on the Internet, and of course it didn’t contain my product identifier. At some point I had deleted the StoreKit config file, but had forgotten to update the Product → Scheme → Edit Scheme… to remove the StoreKit Configuration file.

Even though it had been deleted, for some reason either it was in some kind of cache or because it was misconfigured, it made the Purchases.getOfferings() call fail and produce the same kind of error as above.


Forum|alt.badge.img+2
  • Member
  • 5 replies
  • March 21, 2024

It took me a whole day to figure this out. 

I also had all the configurations correctly, double-triple checked it.

I believe the problem was, that I signed the Paid Applications Agreement AFTER the configurations, so I’m assuming maybe the config files that I uploaded were outdated?

Solution:

If you signed all the documents only after setting up your subscriptions on the App Store Connect, do a hard reset! Delete all subscriptions on App Store Connect and all the products on RevenueCat. Set it up from scratch again, and it worked for me.


Forum|alt.badge.img
lululucas wrote:

It took me a whole day to figure this out. 

I also had all the configurations correctly, double-triple checked it.

I believe the problem was, that I signed the Paid Applications Agreement AFTER the configurations, so I’m assuming maybe the config files that I uploaded were outdated?

Solution:

If you signed all the documents only after setting up your subscriptions on the App Store Connect, do a hard reset! Delete all subscriptions on App Store Connect and all the products on RevenueCat. Set it up from scratch again, and it worked for me.

Reseting all of my subscriptions after completing the Paid Applications Agreement fixed this problem for me!

In my scenario I had already completed the Paid Applications Agreement but had not added all of the required business information in App Store Connect. Thank you @lululucas for finding this solution!


Forum|alt.badge.img+2
  • New Member
  • 1 reply
  • March 23, 2024
miha-mirt-e15e98 wrote:

i solved above issue, the problem was with my bundle identifier, It was different in xcode, apple connect, and revenueCat

This fixed the issue on my side!!

I used the different bundle ID in the debug mode on xcode, but app store connect and revenueCat have the one for the release mode. 

 

By changing the bundle id on xcode, it works as correct


Forum|alt.badge.img+3
  • New Member
  • 1 reply
  • March 25, 2024
Fabrizio wrote:

I have the exact same problem, I did everything mentioned here, on andorid it works fine(even if there is a problem with promocode redeem) but on apple I get the error:
 

[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]

Contracts are signed, I can import products inside revenuecat automatically from apple store connect, I a real device with a sandbox account, I tried anything, and the support is just replying me with generic stuff to do that I already did...

did you find the solution?


Forum|alt.badge.img+1
  • New Member
  • 2 replies
  • April 28, 2024

In case I’m not the only one...don’t forget that the product IDs are case sensitive! 😓


Forum|alt.badge.img+1
  • New Member
  • 1 reply
  • May 27, 2024
lululucas wrote:

It took me a whole day to figure this out. 

I also had all the configurations correctly, double-triple checked it.

I believe the problem was, that I signed the Paid Applications Agreement AFTER the configurations, so I’m assuming maybe the config files that I uploaded were outdated?

Solution:

If you signed all the documents only after setting up your subscriptions on the App Store Connect, do a hard reset! Delete all subscriptions on App Store Connect and all the products on RevenueCat. Set it up from scratch again, and it worked for me.

Worked for me!!!!!!! Thanks mate


Forum|alt.badge.img+1
  • New Member
  • 1 reply
  • June 28, 2024

What worked for me was deleting and recreating the offering in RevenueCat


Forum|alt.badge.img+1
  • New Member
  • 1 reply
  • December 8, 2024

My new products weren’t being fetched. What worked for me was synchronizing the storekit file inside xcode to fetch the new products


Forum|alt.badge.img+2
  • New Member
  • 1 reply
  • December 18, 2024

Do we need to sign the Paid Applications Agreement and fill in the tax forms even when the app is free and you only sell in app subscriptions and premium accounts? Also, if you publish the app in other countries than the USA. How do you guys fill in the tax forms, so that you don’t pay tax 2 times?


Forum|alt.badge.img
  • Member
  • 6 replies
  • January 12, 2025

The doco is not all what it s cracked up to be.I think it would be much better if RevenueCat provided step by step screenshots on how to configure their dashboard. It took me about a day to figure out what the hell is going on. I ended up looking at the RevenueCat dashboard again only to realise there were “No product” added to offerings. To check, click on Offerings >  Your Identifer  (Default ). If you see No Product there is your problem. Click edit to add your product. Boom. your done...hopefully. worked with me. 


jeffrey_bunn
RevenueCat Staff
Forum|alt.badge.img+6
  • RevenueCat Staff
  • 277 replies
  • January 13, 2025

@nobbyNob Thanks so much for sharing your solution. There are a lot of steps that can go wrong and the stores are always changing, so we’re working to compile them better and generally improve how we handle this issue.


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings