使用wx.onNeedPrivacyAuthorization弹出隐私弹窗,点击同意发送resolve(({ buttonId: 'agree-btn', event: 'agree' }), 此时会触发{errMsg: "startLocationUpdate:fail privacy permission is not authorized", errno: 104},之后重新进入小程序可以触发地理位置调用弹窗,点击允许也可以成功调用startLocationUpdateApi,唯独在隐私弹窗点同意之后确是没有权限调用,这是为什么?
startLocationUpdate:fail privacy permission is not authorized", errno: 104这个是要更新协议
用银弹方案,https://developers.weixin.qq.com/community/develop/article/doc/000a44d24c80180180400d79e6b813
贴代码