libgdx / gdx-pay

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

PurchaseSystem.getInformation() returns null for the price with Samsung #73

Closed StanDem closed 8 years ago

StanDem commented 8 years ago

PurchaseSystem.getInformation(SKU).getLocalPricing() returns null when testing for Samsung. The purchase itself is working fine Also I've tested the same code with Google and Amazon - price is returned correctly with the same method. Please check it.

noblemaster commented 8 years ago

Please note as stated in the Javadoc, "getInformation(...)" is not supported on all markets! Either this is (a) not implemented yet in gdx-pay or (b) the market simply doesn't support that kind of information so instead we return "null".