Replies: 2 comments 3 replies
-
|
@hyochan What can i do in this situation? Downgrade to version 13? |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
It was my problem, because the function is called fetchProducts, I thought that subscriptions were also in products, although in reality they are in subscriptions |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I switched from the old architecture to the new one, and the products are empty on iOS. Product IDs are correct because they worked before. I tried on TestFlight, a local build, the simulator, and a real device: not working. Android same behavior
useEffect(() => {
console.log(connected)
if (connected) fetchProducts({ skus: SUBSCRIPTION_IDS })
}, [connected, fetchProducts])
What could be the problem?
Beta Was this translation helpful? Give feedback.
All reactions