LibGdx extension Gdx-Pay receives commodity price

I use gdx-pay and it works great. But now I need to show the local product evaluation (fullversion) for the user before clicking the Buy button. I found that the method getInformation()is still implemented in android ( PurchaseManagerAndroidOpenIAB).

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

+4
source share
1 answer

The question is old and openiab support is out of date. Local prices are available in getInformation () for googlebilling and googleplay implementations, so use them.

0
source

All Articles