Version: 6000.3
语言: 中文
初始化
发起购买

浏览产品元数据

Unity IAP 在初始化过程中检索本地化的产品元数据,您可以通过IStoreController的产品字段。

foreach (var product in controller.products.all) {
    Debug.Log (product.metadata.localizedTitle);
    Debug.Log (product.metadata.localizedDescription);
    Debug.Log (product.metadata.localizedPriceString);
}
初始化
发起购买