I just have updated an app and wanted to test the InApp purchases.
The price is loaded and shown correctly, so the store seems to work fine. I am locked in with a normal Apple ID AND also have entered a valid tester sandbox ID in the iPad Pro settings. In the game I am asked for entering the password for the sandbox ID. (After I have clicked on an IAP produkt). Now I enter the correct PW and it is not accepted. I then have tried to enter my “normal” PW for the normal Apple ID which then was accepted and the product confirmation purchase window was shown BUT nothing else! Which means I never get to the purchase code inside the listener… I did not reach event.transaction.state == “purchased”
What is going on here?
I am using Corona 3528 with store = require( “store” ) and xCode 10.3 with an iPadPro I just have updated to version 13.3 after which this problem occured.
How can I fix this and make sandbox tests working again while making sure older iOS versions also work fine!?
Any help welcome!