【商品】
parent
4ea70a5a21
commit
ce908d7b12
|
@ -38,9 +38,8 @@ namespace Gameplay.Manager
|
||||||
|
|
||||||
InitProducts();
|
InitProducts();
|
||||||
//_sdkHelper = SDKManager.Instance.GetSdkHelper(SDKManager.SdkName.IAP) as IBuyServices;
|
//_sdkHelper = SDKManager.Instance.GetSdkHelper(SDKManager.SdkName.IAP) as IBuyServices;
|
||||||
IAPManager.Instance.SetClientVerify(true);
|
//IAPManager.Instance.SetClientVerify(true);
|
||||||
IAPManager.Instance.AddGoods(_consumableGoods.Keys.ToList(), _nonConsumableGoods.Keys.ToList(),
|
//IAPManager.Instance.AddGoods(_consumableGoods.Keys.ToList(), _nonConsumableGoods.Keys.ToList(), OnRestorePurchase);
|
||||||
OnRestorePurchase);
|
|
||||||
_init = true;
|
_init = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue