react-native - 0.70.1 react-native-iap - 8.2.1 used in my project the product created in playConsole is coming but the subscription created is not coming my code is
const Products = await RNIap.getSubscriptions(itemSubs);
console.log(' IAP Su', Products);
the subscrpition detail coming is an empty Array.but for product details using ```
const Subs = await RNIap.getProducts(itemSkus);
console.log(' IAP Po', Subs); , here i get the product
after init the connection Please help what to do for getting subscription details .the app is now in in beta release.