I have a problem with in-app purchases. I use Corona (2018.3215) with the IAP Badger plugin.
For testing:
Device 1: Account A (Developer), Account B
Device 2: Account C
I start my app on device 1 with account A (my developer account). I can call iap.loadProducts without any problems and the given function is executed. I can process all in-app product data (title, price) further. But I can’t buy the products, because it doesn’t work through the developer account. It’s all good so far. If I test the same app with my two test accounts (B and C), the products will not be loaded. I read Google’s page about creating test accounts. I put them on my alpha channel as testers. I also added them to my account details so you can make free trial purchases. No errors are reported via ADB.
What could be the reason why the In-App products are not loaded in the test accounts, but in the Developer account?