From caffa7f5feb2058f282275a786c8287ae98c965c Mon Sep 17 00:00:00 2001 From: huyufei Date: Wed, 17 Apr 2024 21:13:36 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Runtime/GuruCore/Runtime/Ads/ADServiceBase.cs | 2 +- Runtime/GuruCore/Runtime/Analytics/Analytics.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Runtime/GuruCore/Runtime/Ads/ADServiceBase.cs b/Runtime/GuruCore/Runtime/Ads/ADServiceBase.cs index f92a9c8..6912de1 100644 --- a/Runtime/GuruCore/Runtime/Ads/ADServiceBase.cs +++ b/Runtime/GuruCore/Runtime/Ads/ADServiceBase.cs @@ -151,7 +151,7 @@ namespace Guru if (_isBannerSetToShow) { _isBannerSetToShow = false; - ShowBanner(); + if(!IsBannerVisible) ShowBanner(); } } } diff --git a/Runtime/GuruCore/Runtime/Analytics/Analytics.cs b/Runtime/GuruCore/Runtime/Analytics/Analytics.cs index c5777e0..651b159 100644 --- a/Runtime/GuruCore/Runtime/Analytics/Analytics.cs +++ b/Runtime/GuruCore/Runtime/Analytics/Analytics.cs @@ -89,7 +89,7 @@ namespace Guru FirebaseAnalytics.SetSessionTimeoutDuration(new TimeSpan(0, 30, 0)); SetUserProperty(FirebaseAnalytics.UserPropertySignUpMethod, "Google"); SetUserProperty(PropertyDeviceID, IPMConfig.IPM_DEVICE_ID); - SetUserProperty(PropertyFirstOpenTime, FirstOpenTime); + // SetUserProperty(PropertyFirstOpenTime, FirstOpenTime); } } }