Hi,
trying to make use of RevenueCat but I won’t get it to work on Android but only iOS.
I am getting when trying to purchase a product on a simulator and on my Android device with:
try {
await Purchases.purchaseProduct('test_4weeks_4_extend');
} catch (e) {
print(e);
}
D/Purchases] - DEBUG(11123): Requesting products from the store with identifiers: test_4weeks_4_extend
D/ePurchases] - DEBUG(11123): Products request finished for test_4weeks_4_extend
I/flutter (11123): PlatformException(5, The product is not available for purchase., {code: 5, message: The product is not available for purchase., readableErrorCode: ProductNotAvailableForPurchaseError, readable_error_code: ProductNotAvailableForPurchaseError, underlyingErrorMessage: Couldn't find product.}, null)
I have followed the complete setup and created the keys and they are successfully on the platform and also connection to Google is working for Developer Connection.
The identifiers are matching the same on Play Store as well as on RevenueCat.
The products are activated on the PlayStore.
My app is on Closed testing and my Google Account is assigned as tester and in license testing.
For me it looks like RevenueCat does not find the product on the PlayStore but I don’t see any way to check that RevenueCat is able to fetch those products.
Any idea?
Thanks