c***@163.com
c***@163.com
  • 发布:2023-03-02 09:25
  • 更新:2023-03-02 15:48
  • 阅读:149

plus.io获取到的地址在自定义基座与正式打包得到的不一致

分类:uni-app

产品分类: uniapp/App

PC开发环境操作系统: Windows

PC开发环境操作系统版本号: 1

HBuilderX类型: 正式

HBuilderX版本号: 3.7.3

手机系统: iOS

手机系统版本号: iOS 15

手机厂商: 苹果

手机机型: 6s

页面类型: vue

vue版本: vue2

打包方式: 云端

项目创建方式: HBuilderX

操作步骤:

plus.io.requestFileSystem(plus.io.PUBLIC_DOCUMENTS, res => {
console.log('=====', res.root.fullPath);
}, err => {
console.log('**', err);
})

预期结果:

/var/mobile/Containers/Data/Application/1C8204B6-7B44-45B7-93F3-D097D284C394/Documents/Pandora/documents

实际结果:

/var/mobile/Containers/Data/Application/1C8204B6-7B44-45B7-93F3-D097D284C394/Library/Pandora/documents

bug描述:

在自定义基座中得到的地址是
/var/mobile/Containers/Data/Application/{appid}/Documents/Pandora/documents/
正式打包使用开发证书得到的地址是
/var/mobile/Containers/Data/Application/{appid}/Library/Pandora/documents

导致代码不能正常运行

2023-03-02 09:25 负责人:无 分享
已邀请:
FullStack

FullStack - 【插件开发】【专治疑难杂症】【ios上架、马甲包、白包、过审、已成功上架过几百个】【多款插件已上架:https://ext.dcloud.net.cn/publisher?id=22130】【非诚勿扰】QQ:543610866

manifest.json配置"runmode": "liberate",看看

要回复问题请先登录注册