From 400a1c73a9f32f6e3d1b5fa3ec1ea587abdc3ef7 Mon Sep 17 00:00:00 2001 From: yanyilin Date: Fri, 10 Dec 2021 14:08:32 +0000 Subject: [PATCH] update docs/app-disagreemode.md. --- docs/app-disagreemode.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/app-disagreemode.md b/docs/app-disagreemode.md index 0e7b3a631..ed883c49a 100644 --- a/docs/app-disagreemode.md +++ b/docs/app-disagreemode.md @@ -14,6 +14,8 @@ - 仍然会发送应用启动统计请求,但不包含设备信息 - 仍然会提交异常崩溃统计请求,但不包含任何设备信息 +**iOS平台暂不支持disgreeMode,需跟原生隐私政策框一样适配处理** + 同时要求用户在使用基本功能服务时,不能读取任何个人信息(包括设备标识信息及用户输入的个人信息),不能调用disagreeMode模式限制API,特别需要注意使用的uni原生插件是否合规。 -- GitLab