Hello
On my current project i am working on, we have several non-consumable content we wish to check for with
“store.restore()”. How do I get the status (bought or not) for each of this objects?
I mean I know i can’t use store.restore(productID) because this is not how it works, but can i get the status of each object with:
store.loadProducts( listOfProducts, productCallback ) ?
It get the list of products with there information but does this information contain information on weather or not the product has been bought already or not? if so what value should i use?
Thank you for reading, any assistance will be greatly appreciated.
Saiphan Brunner