Here’s the error i have with app tester:
Implementation Problem Detected
it.stany2011.newgame.pro failed to call PurchasingService.getPurchaseUpdates() to retrieve delayed receips
Here’s the error i have with app tester:
Implementation Problem Detected
it.stany2011.newgame.pro failed to call PurchasingService.getPurchaseUpdates() to retrieve delayed receips
Does anyone know when this will be fixed?
Guys, can you please try now? Build a fresh version of your app.
I don’t know what you done, but now it works perfectly,… for me, thanks much
Great! Thanks for testing it and confirming that it has been resolved.
We are in the process of building and resubmitting today. Will let you know. Thanks for the quick turnaround!
Hi,
I am testing amazon in-app purchases using amazon-app-tester.
I was able to purchase the first product successfully (entitlement product). BUT, if i again try to purchase a different item, it is failing - with a popup saying:
This purchase cannot be completed because a previous purchase has not been fulfilled. Use the getPurchaseUpdates method to retrieve the previous purchase and fulfill it with the notifyFulfillment call in order to continue purchasing.
I am using corona version 2016.2830.
Am i missing anything ?
Did anyone see this before ?
Thanks!
Hi srchinta, most likely you didn’t call store.finishTransaction() in your purchase listener. That function performs fulfilment.
Hi Lerg, thanks for your help. I will check that.
That worked like a champ! Thanks a lot for the help Lerg !
No problem!