libgdx/gdx-pay

Base64Util decode issue

bachtrong43 opened this issue · 2 comments

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