From d0627343ad3c632191d8650e4aed795f9523dc89 Mon Sep 17 00:00:00 2001 From: zhangaotian <8474238@qq.com> Date: Thu, 15 Aug 2024 12:04:17 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E3=80=90=E5=95=86=E5=93=81=E3=80=91"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit ce908d7b12043b401dd47fbf3879a823621fab10. --- Forest/Assets/Scripts/Framework/Manager/ShopManager.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Forest/Assets/Scripts/Framework/Manager/ShopManager.cs b/Forest/Assets/Scripts/Framework/Manager/ShopManager.cs index e9e1080..139a72c 100644 --- a/Forest/Assets/Scripts/Framework/Manager/ShopManager.cs +++ b/Forest/Assets/Scripts/Framework/Manager/ShopManager.cs @@ -38,8 +38,9 @@ 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; }