Closed stevecohenfr closed 5 years ago
All my product have null name and null description since 2 week and I don't know why...
loadProducts() { this.iapProvider.loadSubscriptions() .then((subscriptions) => { console.log(JSON.stringify(subscriptions)); }); }
[{"productId":"premium_subscription_monthly","title":null,"description":null,"price":"11,99 €","currency":"EUR","priceAsDecimal":11.99},{"productId":"premium_subscription_trimester2","title":null,"description":null,"price":"29,99 €","currency":"EUR","priceAsDecimal":29.99}]
I work with auto-renewable subscription
$> cordova -v 8.1.2 (cordova-lib@8.1.1)
iPhone 6S iOS 12.0
Hmm I'm in the wrong plugin, sorry.
All my product have null name and null description since 2 week and I don't know why...
My code
Console output
Type of product you are working with consumable/non-consumable/subscription
I work with auto-renewable subscription
Version of cordova
Version of iOS/Android
iPhone 6S iOS 12.0