How can the price of an in-app billing item be retrieved before actually displaying the android market frontend for the in-app purchase? Currently it looks like the user onl
If you are using the Trivial Drive example and included IabHelper class you need to pass a list of skus to queryInventoryAsync.
String[] moreSkus = {"SKU_ITEMONE", "SKU_ITEMTWO"}; mHelper.queryInventoryAsync(true, Arrays.asList(moreSkus), mGotInventoryListener);