libgdx / gdx-pay

A libGDX cross-platform API for InApp purchasing.
Apache License 2.0
225 stars 83 forks source link

Base64Util decode issue #206

Closed bachtrong43 closed 1 year ago

bachtrong43 commented 4 years ago

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 4 years ago

Can you provide a PR for the working code?

bachtrong43 commented 2 years ago

created PR #244