Gamebase SDK for Unity
1.1.5
Toast Gamebase Platform
|
|
static |
This method provides an item list that have non-consumed.
Request a Item List which is not consumed.You should deliver this itemReceipt to your game server to consume it or request consuming API to ToastCloud IAP Server. You may call this method after logged in and deal with these non-consumed items.
callback | Callback. delegate(List<GamebaseResponse.Purchase.PurchasableReceipt> data, GamebaseError error) |
This sample shows how to call the Purchase.RequestItemListOfNotConsumed method.