我正在为 phonegap 使用 InAppPurchaseManager 插件我不确定如何让恢复购买按钮代码工作。我什至不确定这个插件是否包含所有正确的代码。谁能指出我正确的方向?
这是电话。只是不确定下一步该怎么做。
window.plugins.inAppPurchaseManager.onRestored = function(transactionIdentifier, productId, transactionReceipt) { console.log('restored: ' + productId); /* 请参阅开发人员指南了解如何处理此操作的详细信息 */ }