Hey,
We got this one player who faked a bunch of purchases on Android. Looking at the transactions they have ‘purchaseState’ set to 1. And that’s apparently Pending. So maybe you can get a valid receipt while the purchase is pending, but we shouldn’t reward the user before it’s actually purchased.
Any clue what’s going on here and how do we prevent this, kinda feels like how Nakama handles validations that is the issue if pending purchases validate but you can’t check if they are completed or not.
Thanks