From 1458f3a762fdb61bfd29f8ea7d4deebc96d2dbf4 Mon Sep 17 00:00:00 2001 From: Vittor Javidan Date: Sat, 3 Feb 2024 08:15:36 -0300 Subject: [PATCH] Update troubleshooting.mdx (#2681) When I implemented a subscription system on my app, I tried for a week to find why my payments always got refused inside my app, because i could not find anything wrong with my source code. Until i realize there was a hold on my payment profile, meaning google play by default will refuses any payment attempt, even for test environments. I figure out this issue could be one that can frustrate a lot of people, and it's not the lib fault. --- docs/docs/guides/troubleshooting.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/guides/troubleshooting.mdx b/docs/docs/guides/troubleshooting.mdx index cd955f0f3..720d2b677 100644 --- a/docs/docs/guides/troubleshooting.mdx +++ b/docs/docs/guides/troubleshooting.mdx @@ -16,6 +16,7 @@ Most of the issues encountered by users are caused by: - A device simulator. Use a real device for testing! - An incorrect usage of the library. Read the [documentation](https://react-native-iap.dooboolab.com). +- For `Android`, a hold in your payment profile on Google Play Console. Check for any warnings. ## `getProducts` returns an empty array