I’m unable to fetch offerings.
The command:
Purchases.getOfferings()
Returns this error:
underlyingErrorMessage: There's a problem with your configuration. None of the products registered in the RevenueCat dashboard could be fetched from the Play Store.
I’ve followed the tutorials around, and all was working fine until I’ve upgraded my “react-native-purchases” package to version 5.0.2.
I’ve got an app in production with package version 4.5.2, and it works simply fine. The offering shows up, and the purchase gets completed.
Although when I run it with the 5.0.2 I’ve got no products.
In the upgrade process I’ve changes the authentication process to the new one:
Purchases.configure({ apiKey: pubKey, appUserID: null, observerMode: false, useAmazon: false });