Open onmyway133 opened 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
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
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}
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
Same error using expo 49
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.
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.
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}