bachtrong43
bachtrong43
Fix bug #206
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...
As title, Apple release new format of framework: xcframework which contains multiple frameworks for each architecture. How to use it, newest firebase is using this format.
Just checked the code of googlebilling, the transaction doesn't have pricing information: getPurchaseCost, getPurchaseCostCurrency #### Stacktrace ```java Transaction transaction = new Transaction(); transaction.setIdentifier(product); transaction.setOrderId(purchase.getOrderId()); transaction.setRequestId(purchase.getPurchaseToken()); transaction.setStoreName(PurchaseManagerConfig.STORE_NAME_ANDROID_GOOGLE); transaction.setPurchaseTime(new Date(purchase.getPurchaseTime())); transaction.setPurchaseText("Purchased: "...