onmyway133 / notes

:notebook_with_decorative_cover: Issues and solutions I found during development, mostly iOS
https://onmyway133.com/
MIT License
63 stars 4 forks source link

RevenueCat Error fetching offerings #573

Open onmyway133 opened 2 years ago

onmyway133 commented 2 years ago

2022-01-04 13:35:39.876324+0100 Hacker Pad[51709:23256222] [Purchases] - 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. More information: https://rev.cat/why-are-offerings-empty" UserInfo={NSLocalizedDescription=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. More information: https://rev.cat/why-are-offerings-empty, readable_error_code=CONFIGURATION_ERROR}

onmyway133 commented 2 years ago

Root problem is https://developer.apple.com/documentation/storekit/skproductsresponse/1505985-invalidproductidentifiers Need to check target bundle id

bundle id must match

https://community.revenuecat.com/sdks-51/why-are-offerings-or-products-empty-124

SohelIslamImran commented 1 year ago

Facing this issue

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

ProFive commented 1 year ago

Same issue

06-02 14:26:38.578 9965 10338 E [Purchases] - ERROR: 😿‼️ Error fetching offerings - PurchasesError(code=ConfigurationError, underlyingErrorMessage=There's a problem with your configuration. None of the products registered in the RevenueCat dashboard could be fetched from the Play Store. 06-02 14:26:38.578 9965 10338 E [Purchases] - ERROR: More information: https://rev.cat/why-are-offerings-empty, message='There is an issue with your configuration. Check the underlying error for more details.') 06-02 14:26:38.578 9965 10337 E [Purchases] - ERROR: 😿‼️ Error fetching offerings - PurchasesError(code=ConfigurationError, underlyingErrorMessage=There's a problem with your configuration. None of the products registered in the RevenueCat dashboard could be fetched from the Play Store. 06-02 14:26:38.578 9965 10337 E [Purchases] - ERROR: More information: https://rev.cat/why-are-offerings-empty, message='There is an issue with your configuration. Check the underlying error for more details.') 06-02 14:26:38.579 9965 10159 I flutter : {} {2023-06-02 14:26:38.579000} {SubscriptionProvider} {_refreshOffers Configuring Error PlatformException(23, There is an issue with your configuration. Check the underlying error for more details., {code: 23, message: There is an issue with your configuration. Check the underlying error for more details., readableErrorCode: ConfigurationError, readable_error_code: ConfigurationError, underlyingErrorMessage: There's a problem with your configuration. None of the products registered in the RevenueCat dashboard could be fetched from the Play Store. 06-02 14:26:38.579 9965 10159 I flutter : More information: https://rev.cat/why-are-offerings-empty}, null)} {LogLevel.INFO}

Mr-Buddy-Bro commented 1 year ago

Facing this issue

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

same issue with me

itsdenispavlovic commented 1 year ago

Same error using expo 49

zackha commented 8 months ago

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.

Screenshot 2024-03-12 at 23 40 32
ozergul commented 7 months ago

1) check in real device 2) you need closed testing https://www.revenuecat.com/docs/test-and-launch/sandbox/google-play-store#create-a-closed-track-and-add-a-tester-to-it 3) If you have set up the internal testing make sure you are signed in with the same email. 4) after adding in app products/subscriptions, wait like 6-8 hours.