uni-app使用定位getLocation报错getLocation:fail the api need to be declared in the requiredPrivateInfos field in app.json/ext.json

uni-app是目前最为常见多端框架之一,本篇文章就来介绍在uni-app开发中如果遇到定位getLocation报错要如何处理。

首先,我们来看下使用getLocation报错的信息。

getLocation:fail the api need to be declared in the requiredPrivateInfos field in app.json/ext.json

从错误信息中可以得知requiredPrivateInfos需要在app.json/ext.json中进行声明。

看到这里,如果你已经进行了声明,就需要继续往下看。

1、检查manifest.json配置文件中是否开启位置接口权限。


位置接口处于勾选状态,且正常填写申请原因。

2、manifest.json配置文件【源码视图】检查是否正常有requiredPrivateInfos

如图所示:mp-weixin模块有requiredPrivateInfos说明


通过以上步骤即可解决报错问题。

六月初字帖坊小程序 你想要的字帖模板及工具,这里都有!