From d155ec27b993a35a59f3f1b5eb02bb5b455ae4f9 Mon Sep 17 00:00:00 2001 From: zhaofengliang920817 Date: Wed, 25 Sep 2024 19:38:45 +0800 Subject: [PATCH] Update manifest-modules.md --- docs/collocation/manifest-modules.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/collocation/manifest-modules.md b/docs/collocation/manifest-modules.md index f5f98dc5..138e7a66 100644 --- a/docs/collocation/manifest-modules.md +++ b/docs/collocation/manifest-modules.md @@ -275,12 +275,12 @@ app平台默认`启动界面`为白色(暗黑模式下为黑色),为了避 ### 配置腾讯定位SDK的参数 -使用腾讯定位SDK需到 [腾讯位置服务](https://lbs.qq.com/) 官网申请TencentLBSAPIKey,并配置到应用中,配置好TencentLBSAPIKey后,需要打自定义基座才可以生效。 +使用腾讯定位SDK需到 [腾讯位置服务](https://lbs.qq.com/) 官网申请TencentLBSAPIKey,并配置到应用中。 #### iOS平台配置腾讯定位相关参数 @uni-getLocation-key 需在项目根目录下的 Info.plist 中配置,包括以下内容: -- 腾讯定位的 TencentLBSAPIKey +- 腾讯定位的 TencentLBSAPIKey,配置好TencentLBSAPIKey后,iOS 需要打自定义基座才可以生效 - 使用定位权限弹出的授权提示信息:NSLocationAlwaysAndWhenInUseUsageDescription、NSLocationWhenInUseUsageDescription - 应用需要使用高精度定位时还需配置 NSLocationTemporaryUsageDescriptionDictionary 的 PurposeKey,说明高精度定位的原因 - 如果应用需要后台定位能力,配置 UIBackgroundModes 的 location,注意需Xcode工程中添加相对应 Capabilities 中的 Background Modes,并且勾选 Location updates -- GitLab