AlexDisler / cordova-plugin-inapppurchase

A lightweight cordova plugin for in app purchases on iOS/Android
316 stars 192 forks source link

ios product name is null #257

Closed stevecohenfr closed 5 years ago

stevecohenfr commented 5 years ago

All my product have null name and null description since 2 week and I don't know why...

My code

loadProducts() {
    this.iapProvider.loadSubscriptions()
    .then((subscriptions) => {
      console.log(JSON.stringify(subscriptions));
    });
  }

Console output

[{"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}]

Type of product you are working with consumable/non-consumable/subscription

I work with auto-renewable subscription

Version of cordova

$> cordova -v
8.1.2 (cordova-lib@8.1.1)

Version of iOS/Android

iPhone 6S iOS 12.0

stevecohenfr commented 5 years ago

Hmm I'm in the wrong plugin, sorry.