From 363349afe669d7f1cafe542e0f1e908034762071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=93=E9=9B=AA=E5=B3=B0?= <634123426@qq.com> Date: Thu, 12 Nov 2020 16:18:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E6=B7=BB=E5=8A=A0iOS?= =?UTF-8?q?=E5=AE=A1=E6=A0=B8=E6=89=80=E9=9C=80=E8=A6=81=E7=9A=84=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index d6a1e4d..95b901a 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "appid" : "__UNI__EBFF00A", "description" : "", "versionName" : "1.0.1", - "versionCode" : 101, + "versionCode" : 102, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { @@ -67,7 +67,11 @@ "abiFilters" : [ "armeabi-v7a", "x86" ] }, /* ios打包配置 */ - "ios" : {}, + "ios" : { + "privacyDescription" : { + "NSLocationAlwaysAndWhenInUseUsageDescription" : "德铭阳光将在推荐商品、填写收货地址等服务中使用您的位置信息。" + } + }, /* SDK配置 */ "sdkConfigs" : { "ad" : {},