diff --git a/Runtime/Code/SDK/GuruSDK.cs b/Runtime/Code/SDK/GuruSDK.cs index 0554df4..f1b9297 100644 --- a/Runtime/Code/SDK/GuruSDK.cs +++ b/Runtime/Code/SDK/GuruSDK.cs @@ -209,7 +209,8 @@ namespace Guru { _appServicesConfig = services; useKeywords = _appServicesConfig.KeywordsEnabled(); - useIAP = _appServicesConfig.IsIAPEnabled(); + // 使用初始化配置中的 IAPEnable来联合限定, 如果本地写死关闭则不走云控开启 + useIAP = _initConfig.IAPEnabled && _appServicesConfig.IsIAPEnabled(); Try(() =>