Some documentation problems with comments in IabHelper.java:
* Comments in IabHelper.java refer to methods addSku() and addSkuAsync(), which
don't exist.
* Comments also refer to refreshInventory() and refreshInventoryAsync() when
they really mean queryInventory() and queryInventoryAsync().
* comments suggest that you should call addSku() for skus before calling
startSetup(), but it seems like the actual method to query sku details in
addition to owned items is to pass a list of sku strings to queryInventory()
after startSetup() calls its listener with success.
Original issue reported on code.google.com by b...@google.com on 5 Feb 2013 at 1:00
Original issue reported on code.google.com by
b...@google.com
on 5 Feb 2013 at 1:00