update: 更新 SDK 注入逻辑
parent
c3403a335f
commit
051baed476
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue