Skip to main content

On Android, I’m getting the following error when trying to load the subscription products:

“There's a problem with your configuration. None of the products registered in the RevenueCat dashboard could be fetched from the Play Store.”

I have followed the instructions here.

  • RevenueCat React Native version: 6.6.0
  • Android Studio targeting SDK 33
  • All the products are in an “active” status in the Google Play Console.
  • Testing on a real Android device, with a local build. (release builds also seem to have the same issue)
  • The product were imported from Android using the Revenue Cat importer (I did not change the product IDs)
  • The Android package ID is correct.

I’m migrating off of react-native-iap, and can confirm that it is able to load the product details without any issue.

What else can I do to troubleshoot this error?

Found the problem, I was using the wrong app public key.


Reply