From f2949347dfe107f23912845d041e6db3134d7f2a Mon Sep 17 00:00:00 2001 From: huyufei Date: Mon, 27 May 2024 14:33:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=84=E8=8C=83=E6=89=93=E7=82=B9?= =?UTF-8?q?=E5=8F=82=E6=95=B0=EF=BC=8C=20=E4=B8=8A=E6=8A=A5IAP=E8=99=9A?= =?UTF-8?q?=E6=8B=9F=E9=81=93=E5=85=B7=E7=9A=84=20item=5Fname=20=E5=80=BC?= =?UTF-8?q?=E4=B8=BA=20sku?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Runtime/Code/SDK/GuruSDK.Analytics.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Runtime/Code/SDK/GuruSDK.Analytics.cs b/Runtime/Code/SDK/GuruSDK.Analytics.cs index d30f5e0..0935e59 100644 --- a/Runtime/Code/SDK/GuruSDK.Analytics.cs +++ b/Runtime/Code/SDK/GuruSDK.Analytics.cs @@ -599,7 +599,8 @@ namespace Guru string scene = "store", string[] props = null, Dictionary extra = null) { string category = Consts.CurrencyCategoryIAP; - string itemName = productId; + // string itemName = productId; + string itemName = "sku"; EarnVirtualCurrencyAndProps(currencyName, value, balance, category, itemName, levelName, scene, props, extra); }