Gamebase SDK for Unity
1.0.0
Toast Gamebase Platform
|
|
static |
This is the primary method for obtaining ItemList which is registered at ToastCloud IAP Console and Apple Itunes Connect.
Request a item list which is purchasable.This list has items which are registered in both Market and ToastCloud IAP Console.
callback | Callback. delegate(List<GamebaseResponse.Purchase.PurchasableItem> data, GamebaseError error) |
This sample shows how to call the Purchase.RequestItemListPurchasable method.