【商品】

Android_release
zhangaotian 2024-08-14 14:42:35 +08:00
parent 4ea70a5a21
commit ce908d7b12
1 changed files with 2 additions and 3 deletions

View File

@ -38,9 +38,8 @@ namespace Gameplay.Manager
InitProducts();
//_sdkHelper = SDKManager.Instance.GetSdkHelper(SDKManager.SdkName.IAP) as IBuyServices;
IAPManager.Instance.SetClientVerify(true);
IAPManager.Instance.AddGoods(_consumableGoods.Keys.ToList(), _nonConsumableGoods.Keys.ToList(),
OnRestorePurchase);
//IAPManager.Instance.SetClientVerify(true);
//IAPManager.Instance.AddGoods(_consumableGoods.Keys.ToList(), _nonConsumableGoods.Keys.ToList(), OnRestorePurchase);
_init = true;
}