SOLVED Android IAP rewards [Beta Test]

SubWolf

Member
I'm looking my purchase history on Google Play and it's everything here as purchased... I'm not seeing any refund. Of course it's not gonna bill me because is a beta test mode. Even when I'm testing the purchase there's a message alerting I'm not gonna get billed.
 

SubWolf

Member
I discovered what was the problem.
I have function here to "load" the game data and I was calling it after the game was paused with "if (os_is_paused()) {}".
So the game was paused when the google's purchase interface appeared and when it returned my "load" function recovered the data BEFORE the purchase.

Thanks for the help!
 
Top