From fe36a57a81cc926add5733fe8fae4a6746ddbbe3 Mon Sep 17 00:00:00 2001 From: huyufei Date: Tue, 21 May 2024 11:19:31 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E8=A1=A5=E5=85=85=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=20=1Dis=5Fiap=5Fuser=20=E7=9A=84=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Runtime/Code/SDK/GuruSDK.Properties.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Runtime/Code/SDK/GuruSDK.Properties.cs b/Runtime/Code/SDK/GuruSDK.Properties.cs index 02ea149..40c13ca 100644 --- a/Runtime/Code/SDK/GuruSDK.Properties.cs +++ b/Runtime/Code/SDK/GuruSDK.Properties.cs @@ -67,6 +67,7 @@ namespace Guru Model.IsNoAds = value; ADService.Instance.IsBuyNoAds = value; SetUserProperty(Consts.PropertyNoAds, value? "true" : "false"); + if(value) SetUserIsIAP(true); } ///