Answer the question
In order to leave comments, you need to log in
I can't get a list of Android products (In App Purchase), how?
The question is more specifically to the native. I'm trying to get a list of products, but it always returns an empty array.
import * as RNIap from 'react-native-iap'
const itemSkus = Platform.select({
android: [
'course.level1',
'course.level2',
]
})
await RNIap.initConnection()
const products = await RNIap.getProducts(itemSkus) // пустой массив
android.test.purchased
, then it is returned to me in an array. Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question