使用 com.logicallabs.inappproducts 恢复购买

Restore purchase using com.logicallabs.inappproducts

如何使用以下方法恢复购买:com.logicallabs.inappproducts?我整个下午都在胡思乱想。我可以购买一个产品并恢复它,就像我再次购买它一样,但不知道如何直接恢复它。

您可以通过此获取已购买产品的列表:

InAppProducts.addEventListener('receivedPurchases', function(e) {
   e.purchases.forEach(...
});
InAppProducts.getPurchases();

然后,当您找到要恢复的产品时,执行购买时调用的相同代码。

在文档中找到:http://docs.logicallabs.com/titanium-modules/in-app-products/android/modules/Readme.html