Is it possible to fetch products & subscriptions in debug mode? #2499
Unanswered
dorjsurend
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
-I uploaded my app aab to play store closed test.
-Created subscription items
But i am getting empty array and is it possible to fetch subscirptions in debug mode with real device?
RNIap.initConnection().then(() => { RNIap.getSubscriptions({ skus: SKUS.ANDROID, }).then(res => { console.log(res, '========================'); }); });
Beta Was this translation helpful? Give feedback.
All reactions