From 779538e7319fd0118c1745c159ec7f353b9fa839 Mon Sep 17 00:00:00 2001 From: zhrrobert Date: Sun, 31 Jul 2022 15:18:11 +0800 Subject: [PATCH] Update app.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 腾讯要求2022年7月14日后上传的小程序必须在根目录app.json里声明位置定位等回调 --- app.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app.json b/app.json index 52eaf1a..c028117 100644 --- a/app.json +++ b/app.json @@ -217,5 +217,10 @@ "requiredBackgroundModes": [ "audio" ], - "usingShopPlugin": true + "usingShopPlugin": true, + "requiredPrivateInfos": [ + "chooseAddress", + "chooseLocation", + "getLocation" + ] }