uni-app 1.7版本 周五提交HealthKit权限申请未通过 但应用中并未使用任何HealthKit相关功能

uni-app 1.7版本 周五提交HealthKit权限申请未通过 但应用中并未使用任何HealthKit相关功能

一直正常提交 更新新版本1.7后 苹果被拒绝 并没有使用任何HealthKit相关功能

Guideline 2.5.1 - Performance - Software Requirements

We noticed that your app uses HealthKit, but your app does not appear to include any primary features that require health or fitness data.

The intended use of HealthKit is to share health or fitness data with other apps or devices, and it should be used only in apps that require this data as a part of the app’s core functionality.

Next Steps

To resolve this issue, please remove any HealthKit functionality from your app, as well as any references to this app’s interactivity with HealthKit from the app or its metadata.


更多关于uni-app 1.7版本 周五提交HealthKit权限申请未通过 但应用中并未使用任何HealthKit相关功能的实战教程也可以访问 https://www.itying.com/category-93-b0.html

6 回复

检查下 manifest.json 里面是不是写了相关权限的声明信息。如果确定没有此功能,请勿填写多余的权限提示信息。 如果是本地打包,自行在原生工程中配置

更多关于uni-app 1.7版本 周五提交HealthKit权限申请未通过 但应用中并未使用任何HealthKit相关功能的实战教程也可以访问 https://www.itying.com/category-93-b0.html


没有写 相关声明都是空的

“privacyDescription” : { “NSBluetoothPeripheralUsageDescription” : “”, “NSCameraUsageDescription” : “扫一扫功能需要使用您的相机。”, “NSLocationWhenInUseUsageDescription” : “为您推荐所在城市的店铺信息,需要获得地理位置信息。”, “NSLocationAlwaysUsageDescription” : “使用您的地理位置来获取您附近的店铺信息。”, “NSLocationAlwaysAndWhenInUseUsageDescription” : “使用您的位置来获取您附近的店铺信息。”, “NSPhotoLibraryUsageDescription” : “上传资料需要访问您的相册图片。”, “NSPhotoLibraryAddUsageDescription” : “生成的海报需要使用您的添加相片图库。”, “NSMicrophoneUsageDescription” : “语音识别需要使用您的麦克风。”, “NSSpeechRecognitionUsageDescription” : “”, “NSContactsUsageDescription” : “”, “NSCalendarsUsageDescription” : “”, “NSRemindersUsageDescription” : “”, “NSMotionUsageDescription” : “”, “NSHealthUpdateUsageDescription” : “”, “NSHealthShareUsageDescription” : “”, “NSAppleMusicUsageDescription” : “上传资料需要访问您的媒体资料。” }

回复 reniel:把对应的节点删了试试

回复 Trust:谢谢!可以了

需要把NSHealthShareUsageDescription:‘’ 删除掉

回到顶部