-
Notifications
You must be signed in to change notification settings - Fork 171
Unity queryInventory with SKUs #60
Comments
Hello, Yes, it doesn't do anythinig with skus. We should probably remove this method, it is a leftover from early API. :) Thank you. |
Hi, |
Yeah, it doesn't fill any SKU details in. D/IabHelper(29925): Owned items response: 0 I/Unity (29925): queryInventorySucceededEvent: purchaseMap:{"AP1":{PurchaseInfo(type:inapp):{"orderId":"1234","packageName":"com.ELS.AT","productId":"ap1","purchaseTime":1384978951227,"purchaseState":0,"purchaseToken":""}}}; skuMap:{} Would any more info be useful? Thanks. |
Are you sure, that you added your products to the store? Please let me know if it was helpful. Thank you. |
Hi, I think I've got everything set up correctly. I can purchase SKUs and see them on the Google Wallet Merchant page. The only other thing that might be affecting this is that I'm experiencing a crash on shut down, sorry I don't have the exact details at hand, something to do with IAB event not released exception and not calling through to superuser? Thanks. |
It looks like this issue might be related to the package name. |
Please try this updated package. I've added 'queryInventory' with sku array param. It should work as expected and will be merged in master soon. I hope this will be helpful. Thank you. |
Fix for #60 added queryInventory(string[] skus) method
Hi Grim, On Wed, Nov 27, 2013 at 4:39 PM, GrimReio notifications@github.com wrote:
|
Hi, Thank you very much for reporting bugs. This is very helpful indeed. |
Hi,
It looks like the java method "public void queryInventory(String[] skus)" doesn't actually do anything with the skus.
Certainly every call I make to "OpenIAB.queryInventory(String[] skus)" doesn't fill in any SKU data.
Can you confirm this? Or have I read this wrong or done something wrong?
Many thanks.
The text was updated successfully, but these errors were encountered: