Is anyone else having problems with order fulfillment?
I am still getting customers who purchase products, but the products don’t show up, but they get billed for them. This would mean that my purchase listener is not getting triggered or my product codes are different. No errors are reported. Purchasing works fine in sandbox mode.
I haven’t changed any purchase code for the past three years, it has always worked fine. I just replaced my IAP_badger lua file from version 6 to version 16.
I am using build 3315 and have had the problem with the few past releases of corona daily builds.
I know google is having some dev console problems with purchases, the Buyer Info screen is not available at the moment, I wonder if google could be part of the problem.
There are no errors, the purchases are just not showing up.
As Simon says… I will have to run some real purchases myself to see what is happening.
here is a line from my product catalog, is it still the same?
CMD_ADS = {productNames = { apple=“com.xxx.remove_ads”, google=“addsoff”, amazon=“addsoff”}, productType = “non-consumable”, onPurchase=function() iap.setInventoryValue(“addsoff”, true) end, onRefund=function() iap.removeFromInventory(“addsoff”, true) end,},