gdx-pay
gdx-pay copied to clipboard
Base64Util decode issue
I used gdx-pay-server to verify the purchase from client. It's always invalid. After test, I detect the reason is Base64Util decode my public key is wrong. After change it to Base64Coder from libgdx core, now it can verify without problem.
Can you provide a PR for the working code?
created PR #244