提交 d155ec27 编写于 作者: zhaofengliang920817's avatar zhaofengliang920817

Update manifest-modules.md

上级 ee617ab0
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册