Hi all!
I made an app with a free version and a premium version. To access the premium version you have to click on the "premium" button in the homepage, which then triggers the IAP plugin to manage the purchase. On Android this works correctly.
Yesterday I sent my app to Apple for review, and they came back saying that the in app purchase is not working. Specifically, the button used to buy the premium version is unresponsive.
Here's the code for the in app purchase:
To be able to interact with the premium button, the user has to give consent / deny the various privacy policies, which again works correctly.
Here's the in app purchase in Apple Store Connect:
I don't understand what I'm doing wrong. If anyone can guide me or has a working implementation to show I would really appreciate it (Not necessarily with the official IAP plugin offered by Construct 3).
Thank you.