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
-
-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