Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

LibGdx Gdx-Pay extension get item price

I use gdx-pay and works fine. But now I need to show the local pricing of item (fullversion) to the user before they click the buy button. I discovered that the getInformation() method is still implemented in android (PurchaseManagerAndroidOpenIAB).

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

like image 989
Francisco Fernandes Avatar asked Nov 10 '22 17:11

Francisco Fernandes


1 Answers

The question is old and openiab support is deprecated. Local pricing is available in getInformation() for googlebilling and googleplay implementations, so use them.

like image 123
MrStahlfelge Avatar answered Nov 15 '22 12:11

MrStahlfelge