Solved

ERROR: 🍎‼️ Error fetching offerings in Swift

  • 17 February 2022
  • 1 reply
  • 81 views

Badge +1

ERROR: 🍎‼️ Error fetching offerings - Error Domain=RCPurchasesErrorDomain Code=23 "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 could be due to a timeout, or a problem in your configuration.



I’ve created my config file multiple times still facing this issue can anyone help me with it ???

icon

Best answer by Andy 21 February 2022, 15:57

View original

1 reply

Userlevel 5
Badge +8

Hi @Umair khan

 

There are a few reasons why that could happen. 

One typical way for this to happen is a result of a mismatch between the product identifiers specified in the RevenueCat dashboard, and the ones specified in the StoreKit Configuration file. 

Another reason why this might be happening is if the StoreKit Configuration file isn’t properly attached to to the running schema: see Step 2 in our guide here

Basically, you need to go to the Schema → Edit → Run → Options and make sure that the StoreKit Configuration File is selected. 

 

There should be more information in the debug logs, could you share a bit more of the logs? 

Reply