I am trying to use RevenueCat for my flutter application. Now app is work fine in the IOS but in the android it gives ConfigurationError. Below is the debug log.
I/olutions.**roo(16974): ProcessProfilingInfo new_methods=0 is saved saved_to_disk=0 resolve_classes_delay=8000
D/DPurchases] - DEBUG(16974): Retrieving customer info with policy: CACHED_OR_FETCHED
D/DPurchases] - DEBUG(16974): Vending CustomerInfo from cache.
D/>Purchases] - DEBUG(16974): Checking if cache is stale AppInBackground false
D/ePurchases] - DEBUG(16974): No cached Offerings, fetching from network
D/DecorView<](16974): getWindowModeFromSystem windowmode is 1
D/ Purchases] - DEBUG(16974): API request started: GET /subscribers/%24RCAnonymousID%3A4201b37be878400ca103bf6c0d9308c9/offerings
D/oPurchases] - DEBUG(16974): API request completed with status: GET /subscribers/%24RCAnonymousID%3A4201b37be878400ca103bf6c0d9308c9/offerings 304
D/oPurchases] - DEBUG(16974): Requesting products from the store with identifiers: **rook_annual_plan
D/*Purchases] - DEBUG(16974): Products request finished for **rook_annual_plan
D/oPurchases] - DEBUG(16974): Retrieved skuDetailsList:
D/ePurchases] - DEBUG(16974): Requesting products from the store with identifiers: **rook_annual_plan
D/nPurchases] - DEBUG(16974): Products request finished for **rook_annual_plan
D/ Purchases] - DEBUG(16974): Retrieved skuDetailsList:
E/7Purchases] - ERROR(16974): 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.
E/oPurchases] - ERROR(16974): More information: https://rev.cat/why-are-offerings-empty, message='There is an issue with your configuration. Check the underlying error for more details.')
D/kPurchases] - DEBUG(16974): App backgrounded
D/hPurchases] - DEBUG(16974): No subscriber attributes to synchronize.
I followed the guidelines of revenuecat when adding products to the playstore. But they are not working. and also I need to say that the currently app is not in review and we are trying with a another version of the same app that is in the internal testing.