From 051baed4760d7fbbe2cec5fbc555653cc0b23ec1 Mon Sep 17 00:00:00 2001 From: huyufei Date: Fri, 31 May 2024 16:19:20 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E6=9B=B4=E6=96=B0=20SDK=20=E6=B3=A8?= =?UTF-8?q?=E5=85=A5=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Runtime/Code/SDK/GuruSDK.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Runtime/Code/SDK/GuruSDK.cs b/Runtime/Code/SDK/GuruSDK.cs index 04f98e0..1930493 100644 --- a/Runtime/Code/SDK/GuruSDK.cs +++ b/Runtime/Code/SDK/GuruSDK.cs @@ -345,8 +345,8 @@ namespace Guru _appServicesConfig.app_settings.terms_url, _appServicesConfig.app_settings.android_store, _appServicesConfig.app_settings.ios_store, - _appServicesConfig.parameters.using_uuid.ToString().ToLower(), - _appServicesConfig.parameters.cdn_host ?? ""); + _appServicesConfig.parameters?.using_uuid ?? false, + _appServicesConfig.parameters?.cdn_host ?? ""); _appBundleId = _appServicesConfig.app_settings.bundle_id; // 配置预设的 BundleId }