cordova-plugin-inapppurchase
cordova-plugin-inapppurchase copied to clipboard
Change the "Error retrieving SKU details" error to return the real reason
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());
same changes in
callbackContext.error("Error retrieving purchase details ")
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