I am using the InAppPurchaseManager plugin for phonegap I'm unsure how to get the restore purchases button code to work. I'm not even sure if this pluggin included all the proper code. Can anyone point me in the right direction?
Here is the call. Just not sure what to do next.
window.plugins.inAppPurchaseManager.onRestored = function(transactionIdentifier, productId, transactionReceipt) { console.log('restored: ' + productId); /* See the developer guide for details of what to do with this */ }