RevenueCat / react-native-purchases

React Native in-app purchases and subscriptions made easy. Support for iOS and Android.
https://www.revenuecat.com
MIT License
691 stars 77 forks source link

[Android] Unable to Complete Subscription Purchase - "Unable to Find Item" Error #1024

Open Fromzz opened 4 days ago

Fromzz commented 4 days ago

Versions:

react-native-purchases: "^7.24.0" react: "18.2.0" react-native: "0.72.10" expo: "^49.0.21"

Description:

I am encountering an issue exclusively on Android; everything works fine on Apple devices.

I can successfully retrieve the subscriptions that have been previously configured with RevenueCat and the Google Developer Console. However, when I attempt to make a purchase, I encounter the following error message:

"Error: Unable to find the item you were trying to buy"

My configuration appears to be correct both on RevenueCat and the Google Console, but I might have missed something.

Could you please assist me with this issue?

Thank you in advance.

RCGitBot commented 4 days ago

👀 We've just linked this issue to our internal tracker and notified the team. Thank you for reporting, we're checking this out!

mshmoustafa commented 2 days ago

Hi @Fromzz, Have you added a test user and configured license testing according to this guide? This StackOverflow post seems to indicate that this could be the issue.