cordova-plugin-inapppurchase icon indicating copy to clipboard operation
cordova-plugin-inapppurchase copied to clipboard

Change the "Error retrieving SKU details" error to return the real reason

Open TLMNicolas opened this issue 6 years ago • 2 comments

To anyone who has gotten the dreaded "Error retrieving SKU details" error, there is a simple code change that will make it return the real underlying error.

In line 327 of InAppBillingV3.java Comment out the line callbackContext.error("Error retrieving SKU details"); and add callbackContext.error(result.getMessage());

TLMNicolas avatar Sep 27 '18 02:09 TLMNicolas

same changes in callbackContext.error("Error retrieving purchase details ")

mikhail-a-kiselev avatar Oct 29 '18 13:10 mikhail-a-kiselev

Hi guys any help to this? tried my code to subscribe on android is fine but when i do on IOS i get this error

Steco17 avatar Oct 03 '19 09:10 Steco17