In-app purchase integration #1630
Jonathanlau92
started this conversation in
General
Replies: 1 comment
-
I'm in same situation as you. What version were you using? How did you resolve it? I'm using these versions:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I am trying to build a react native app with appstore inapp purchase integration to it, but I'm facing difficulty in the integration, mainly not being able to use
getProducts()
To summarize, I've built a context API method for IAP following this tutorial, https://soshace.com/build-real-world-react-native-app-10-setup-in-app-purchase-in-ios/, and called it on
useEffect()
in my app.jsHowever, when I console.log my IAP with
getProducts()
, I am getting a response of{"_U": 0, "_V": 0, "_W": null, "_X": null}
Could anybody help me with this issue? I've set up my paid app on the app store connect as well with in-app purchase.
context.js
app.js
When console.log, this is what was return:
Thank you so much in advanced. Been stuck for a few days now...
Beta Was this translation helpful? Give feedback.
All reactions