From 19160467b1189bd3a3055bd81d2d5c3121c83e9b Mon Sep 17 00:00:00 2001 From: huyufei Date: Wed, 7 Aug 2024 15:16:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20iOS=20=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=E6=8A=A5=E9=94=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: huyufei --- Runtime/GuruCore/Runtime/Analytics/Analytics.Ads.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Runtime/GuruCore/Runtime/Analytics/Analytics.Ads.cs b/Runtime/GuruCore/Runtime/Analytics/Analytics.Ads.cs index 87917ea..390e184 100644 --- a/Runtime/GuruCore/Runtime/Analytics/Analytics.Ads.cs +++ b/Runtime/GuruCore/Runtime/Analytics/Analytics.Ads.cs @@ -224,7 +224,7 @@ namespace Guru public static void SetAttProperty(string status) { Debug.Log($"{TAG} SetAttProperty: {status}"); - SetUserProperty(PropertyATTStatus, status); + SetUserProperty(PropertyAttStatus, status); } #endif