Skip to content

Commit

Permalink
Update troubleshooting.mdx (#2681)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Vittor-Javidan committed Feb 3, 2024
1 parent fe8e752 commit 1458f3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/guides/troubleshooting.mdx
Expand Up @@ -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

Expand Down

0 comments on commit 1458f3a

Please sign in to comment.