I’m setting up IAP Buttons for the first time, and while testing in the editor I seem to have things working well based on Debug and Fake Store… however, the final piece of the puzzle isn’t doing what I expected. Specifically, when the purchase fails due to Fake Store not actually having the item for purchase, I’m not getting the “On Purchase Fail” methods to respond. Maybe it will help if I post an image or two of what I have in the editor and console:
The IAP Button in question is configured as so:
The console reads as follows when I activate that IAP button:
Now, shouldn’t the On Purchased Failed section kick in? Those two things by the way just set UI panels to active or inactive, nothing fancy. But they are not doing what they should… or what I THOUGHT they should in this situation.
Also:
Is there anyway to test in editor with FakeStore and get the On Purchase Complete to trigger successfully?