Hi. I added the IAP plugin and exported a debug APK via built in build service.
In first layout I used the register product and puglic key action and finished registration.
This shows up in debug console:
[C3 IAP] Initialising
scripts/c3runtime.js:442 Made with Construct 3, the game and app creator :: construct.net
scripts/c3runtime.js:442 [C3 runtime] Hosted in DOM, rendering with WebGL 2 [Mali-G72] (standard compositing)
main.js:11 [C3 IAP] Registering product "adfree_10_2019"
scripts/c3runtime.js:466 [C3 advert] Event (configuration complete Error () Type () Amount (0))
main.js:11 [C3 IAP] store ready
Then I used the IAP triggers for On Success and on Error and both call a function to load files and continue but neither one is triggered and the app does not contine to do anything.
Is this the normal behavior for a debug APK (app is in store already) or why is nothing happening?
/edit: PS: Can I use the register product and complete registration actions on every layout or should I use it only once on startup?