reniel
reniel
  • 发布:2019-03-18 09:50
  • 更新:2019-04-25 23:30
  • 阅读:3780

【报Bug】1.7版本 周五提交HealthKit 未通过 并没有使用任何HealthKit相关功能

分类:uni-app

一直正常提交 更新新版本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.

2019-03-18 09:50 负责人:无 分享
已邀请:
Trust

Trust - 少说废话

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

  • reniel (作者)

    没有写 相关声明都是空的

    2019-03-18 10:51

  • reniel (作者)

    "privacyDescription" : {

    "NSBluetoothPeripheralUsageDescription" : "",

    "NSCameraUsageDescription" : "扫一扫功能需要使用您的相机。",

    "NSLocationWhenInUseUsageDescription" : "为您推荐所在城市的店铺信息,需要获得地理位置信息。",

    "NSLocationAlwaysUsageDescription" : "使用您的地理位置来获取您附近的店铺信息。",

    "NSLocationAlwaysAndWhenInUseUsageDescription" : "使用您的位置来获取您附近的店铺信息。",

    "NSPhotoLibraryUsageDescription" : "上传资料需要访问您的相册图片。",

    "NSPhotoLibraryAddUsageDescription" : "生成的海报需要使用您的添加相片图库。",

    "NSMicrophoneUsageDescription" : "语音识别需要使用您的麦克风。",

    "NSSpeechRecognitionUsageDescription" : "",

    "NSContactsUsageDescription" : "",

    "NSCalendarsUsageDescription" : "",

    "NSRemindersUsageDescription" : "",

    "NSMotionUsageDescription" : "",

    "NSHealthUpdateUsageDescription" : "",

    "NSHealthShareUsageDescription" : "",

    "NSAppleMusicUsageDescription" : "上传资料需要访问您的媒体资料。"

    }

    2019-03-18 10:52

  • Trust

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

    2019-03-18 11:00

  • reniel (作者)

    回复 Trust:谢谢!可以了

    2019-03-19 09:10

1***@qq.com

1***@qq.com

需要把NSHealthShareUsageDescription:‘’ 删除掉

该问题目前已经被锁定, 无法添加新回复