You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.
App call QueryInventory to refresh current inventory, purchase does not show up in purchaseMap. - QueryInventory should give results in current session as well - Issue
Note: If user restart the app. Now QueryInventory, will show all purchases correctly in purchaseMap.
The text was updated successfully, but these errors were encountered:
I tested 0.9.6.1, and this still seems to be a problem. OpenIAB.queryInventory(); invokes callback that has an inventory that has all of the items, but the values seem unitialized. Here is an example printout of a serialized Purchase item that is non-consumable. This is returned directly after I make a purchase and then re-query the inventory. The next time I run the app, I also get this value for a queryInventory().
Repro:
Note: If user restart the app. Now QueryInventory, will show all purchases correctly in purchaseMap.
The text was updated successfully, but these errors were encountered: