ReferenceError:找不到变量:inAppPurchase

时间:2019-12-10 13:39:13

标签: javascript cordova ionic-framework

ReferenceError:找不到变量:inAppPurchase

当我在ios(ionic 1)中使用应用程序内购买插件时,它会显示此错误,并且在android中可以正常使用。

inAppPurchase.restorePurchases().then(function (data) {console.log('restore purchase>>>', data); }).catch(function (error) {console.log(error); });}; 

这是我在Ionic 1中用于应用内购买的代码。

0 个答案:

没有答案