h***@everhigh.com.cn
h***@everhigh.com.cn
  • 发布:2025-07-26 17:39
  • 更新:2025-07-28 10:05
  • 阅读:124

【报Bug】IOS上NSNearbyInteractionUsageDescription隐私描述多语言失效

分类:uni-app

产品分类: uniapp/App

PC开发环境操作系统: Windows

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

HBuilderX类型: 正式

HBuilderX版本号: 4.75

手机系统: iOS

手机系统版本号: iOS 18

手机厂商: 苹果

手机机型: 15promax

页面类型: vue

vue版本: vue2

打包方式: 云端

项目创建方式: HBuilderX

操作步骤:

"en" : {
// 英文
"name" : "EforLink", // 应用名称
"android" : {
"strings" : {
//Android平台自定义字符串
"CustomKey" : "CustomValue"
}
},
"ios" : {
"privacyDescription" : {
//iOS平台隐私访问描述信息
"NSBluetoothPeripheralUsageDescription" : "Bluetooth permission is required to connect the device",
"NSBluetoothAlwaysUsageDescription" : "Bluetooth permission is required for device connection",
"NSNearbyInteractionAllowOnceUsageDescription" : "Need nearby device permission to connect to the device",
"NSNearbyInteractionUsageDescription" : "Nearby device permission is required for device connection",
"NSLocationUsageDescription" : "We need to detect whether your device has enabled location services to use the UWB function, but we will not actively obtain your location.",
"NSUserTrackingUsageDescription" : "Please rest assured that enabling the permission will not obtain your private information on other sites. The permission is only used to identify the device and ensure service security and improve browsing experience."
},
"infoPlist" : {
//iOS平台自定义InfoPlist.strings
"CustomKey" : "CustomValue"
}
}
},

预期结果:

提醒授权是显示英语信息

实际结果:

显示的中文内容

bug描述:

苹果隐私选项的描述:NSNearbyInteractionUsageDescription,多语言配置失效,在英文状态下还是会显示中文

2025-07-26 17:39 负责人:无 分享
已邀请:
DCloud_UNI_yuhe

DCloud_UNI_yuhe

其它配置项都好吗?只有这个NSNearbyInteractionUsageDescription显示中文吗?

要回复问题请先登录注册