Java – The LibGdx Gdx-Pay extension captures the price of goods

The LibGdx Gdx-Pay extension captures the price of goods… here is a solution to the problem.

The LibGdx Gdx-Pay extension captures the price of goods

I use gdx-pay and it works fine. But now I need to show users the local pricing (full version) of the item before they hit the buy button. I found that getInformation() the method is still implemented in android(PurchaseManagerAndroidOpenIABs).

I want to continue using gdx-pay; Is there another way to get the local price (currency) and show it to the user?

Solution

This issue is old and OpenIAB support is not recommended. Local pricing is available in getInformation() for Google Billing and Google Play implementations, so use them.

Related Problems and Solutions