Base64Util decode issue
bachtrong43 opened this issue · 2 comments
bachtrong43 commented
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.
MrStahlfelge commented
Can you provide a PR for the working code?
bachtrong43 commented
created PR #244