From 5974cb163ac82314a4690be69a969068d3abef38 Mon Sep 17 00:00:00 2001 From: huyufei Date: Thu, 30 May 2024 09:41:37 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E6=B7=BB=E5=8A=A0=20Adjust=20preinst?= =?UTF-8?q?all=20Tracker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --story=1020232 --user=yufei.hu 【中台】【SDK】添加 Adjust Preinstall Tracker 功能 https://www.tapd.cn/33527076/s/1147510 Signed-off-by: huyufei --- Runtime/GuruCore/Runtime/Adjust/AdjustService.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Runtime/GuruCore/Runtime/Adjust/AdjustService.cs b/Runtime/GuruCore/Runtime/Adjust/AdjustService.cs index fac0fe2..8a25782 100644 --- a/Runtime/GuruCore/Runtime/Adjust/AdjustService.cs +++ b/Runtime/GuruCore/Runtime/Adjust/AdjustService.cs @@ -59,6 +59,8 @@ namespace Guru AdjustConfig config = new AdjustConfig(appToken, environment); config.setLogLevel(GetAdjustLogLevel()); config.setDelayStart(DelayTime); + + config.setPreinstallTrackingEnabled(true); // Adjust Preinstall #if UNITY_ANDROID if (!string.IsNullOrEmpty(fbAppId)) config.setFbAppId(fbAppId); // 注入 MIR ID