type: 'gcj02',
altitude: true,
async success(res) {
console.log(res)
},
fail(err) {
console.log('获取当前位置Error:', err)
},
})
- 发布:2024-08-30 11:27
- 更新:2024-08-30 11:27
- 阅读:125
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: 10
HBuilderX类型: 正式
HBuilderX版本号: 4.24
手机系统: iOS
手机系统版本号: iOS 13.4
手机厂商: 苹果
手机机型: se2
页面类型: vue
vue版本: vue3
打包方式: 云端
项目创建方式: HBuilderX
示例代码:
操作步骤:
hbuilder x 4.24版本打包自定义基座或者正式包
hbuilder x 4.24版本打包自定义基座或者正式包
预期结果:
定位功能正常使用
定位功能正常使用
实际结果:
{
"errMsg": "getLocation:fail getLocation:fail Error Domain=PGLocation Code=2 \"不能获取到位置\" UserInfo={NSLocalizedDescription=不能获取到位置},https://ask.dcloud.net.cn/article/282"
}
{
"errMsg": "getLocation:fail getLocation:fail Error Domain=PGLocation Code=2 \"不能获取到位置\" UserInfo={NSLocalizedDescription=不能获取到位置},https://ask.dcloud.net.cn/article/282"
}
bug描述:
已确定Bundel ID 和 地图key均无问题
hbuilder x 4.24版本云端打包出来的ios包以下接口都会有问题: uni.getLocation uni.startLocationUpdate uni.onLocationChange
hbuilder x 3.99版本 打包出来就正常
错误提示为:{
"errMsg": "getLocation:fail getLocation:fail Error Domain=PGLocation Code=2 \"不能获取到位置\" UserInfo={NSLocalizedDescription=不能获取到位置},https://ask.dcloud.net.cn/article/282"
}
0 个回复