Read In App Purchase Information2 - no Success/Failure pin

Hey, I’m trying to set up an In App Purchase for my Android game. Went over the tutorials and documentation, tried to set it up and found out that only node for reading IAP info I have access to is this one

There are no execution pins for On Success or On Failure and return value is IAP Purchase Query Callback Proxy 2 Object reference. Can anyone point me to where I can find info about this ? Or explain what I’m doing wrong …

Found it immediately after posting the question, will leave this with answer if anyone else struggles with it …
Reason was I was calling this inside a function and latent nodes ( which the one I need is ) are not available inside a function ( same as Delay node for example ). It is therefore necessary to implement IAP logic inside Event graph

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.