处理上架的问题

1:处理了openurl 拉起问题
2:去掉了http
3 隐私等等
This commit is contained in:
2026-03-05 14:30:07 +08:00
parent 8cc484edcb
commit d8a84dc478
34 changed files with 506 additions and 511 deletions

View File

@@ -6,7 +6,13 @@
#import <Foundation/Foundation.h>
#ifndef KB_MAI_POINT_BASE_URL
#if DEBUG
#define KB_MAI_POINT_BASE_URL @"http://192.168.2.21:35310/api"
#else
/// Release 默认关闭埋点上报(避免内网地址/HTTP 出现在上架包里)。
/// 线上如需开启,请在 Build SettingsPreprocessor Macros中覆盖该宏为 HTTPS 地址。
#define KB_MAI_POINT_BASE_URL @""
#endif
#endif
#ifndef KB_MAI_POINT_PATH_NEW_ACCOUNT