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
Everything seems to be working ok for me except I can't get the details of the inventory. I'd liek this so I can dynamically display the price from the inventory instead of hardcoding it.
On the queryInventoryComplete function this just produces a null instead of the expected details object.
var queryInventoryComplete = function(e) {
var inventory = e.inventory;
Ti.API.info("inventory.getDetails(purchaseIds[0]):" + JSON.stringify(inventory.getDetails(BlahID.com)));
}
Otherwise, things seem to work as far as purchases go...
The text was updated successfully, but these errors were encountered:
Everything seems to be working ok for me except I can't get the details of the inventory. I'd liek this so I can dynamically display the price from the inventory instead of hardcoding it.
On the queryInventoryComplete function this just produces a null instead of the expected details object.
var queryInventoryComplete = function(e) {
var inventory = e.inventory;
Ti.API.info("inventory.getDetails(purchaseIds[0]):" + JSON.stringify(inventory.getDetails(BlahID.com)));
}
Otherwise, things seem to work as far as purchases go...
Did you finally got it? I have the same problem :/
Everything seems to be working ok for me except I can't get the details of the inventory. I'd liek this so I can dynamically display the price from the inventory instead of hardcoding it.
On the queryInventoryComplete function this just produces a null instead of the expected details object.
Otherwise, things seem to work as far as purchases go...
The text was updated successfully, but these errors were encountered: