I am trying to get the in-app purchase working on my android game.
I have followed the instructions per the official manual here
https://www.construct.net/make-games/manuals/construct-3/plugin-reference/mobile-iap
I have set up a non-consumable product accordingly on a "on start of layout" with the public key, product key and then complete registration.
Now i have a apk on alpha and when i tried it out i could successfully purchase the product but right afterwards the game crashes.
After that every time i go to the layout with the product setup the game seems to keep crashing.
I have tried to switch the product setup to different layouts to make sure and that definitely seems to be the problem.
Unfortunately i couldn't use the search option to check if there are previous posts about this or not.
Any help on how to properly set up the iap and follow up on it would be helpful! Thank you!