iOS订阅产品无效

时间:2014-12-19 22:46:34

标签: cordova

我已经为我的iOS应用添加了3个订阅。

screenshot 2014-12-20 06 22 05

对于初学者,我试图让我的应用识别该产品并按照https://github.com/Fovea/cordova-plugin-purchase-demo/blob/master/www/js/index.js给出了我:

store.verbosity = store.DEBUG;
store.register({
  id: 'com.fx1flex.premium',
  alias: 'premium',
  type: store.PAID_SUBSCRIPTION
});
store.refresh();

但在store.refresh()的日志中,我得到了:

  

InAppPurchase [js]:加载[" com.fx1flex.premium"]

     

InAppPurchase [js]:加载ok:{valid:[]无效:[" com.fx1flex.premium"]}

对我而言,这根本不是显而易见的。我假设在我可以使用它们进行测试之前我不需要批准定期订阅,对吗?

我做错了什么?

1 个答案:

答案 0 :(得分:2)

我的具体案例中的问题是,银行的详细信息并未在法律文件中填写。