ReferenceError:找不到变量:inAppPurchase
当我在ios(ionic 1)中使用应用程序内购买插件时,它会显示此错误,并且在android中可以正常使用。
inAppPurchase.restorePurchases().then(function (data) {console.log('restore purchase>>>', data); }).catch(function (error) {console.log(error); });};
这是我在Ionic 1中用于应用内购买的代码。