由于健康工具包框架,移动应用程序在应用程序商店被拒绝

mobile application was rejected in app store due to health kit framework

我使用 Xamarin 制作了 iOS 应用程序,但我的应用程序因以下原因被拒绝:

Apps using the HealthKit framework must indicate integration with the Health app in their marketing text and must clearly identify the HealthKit functionality in the app's user interface

但我没有在任何地方使用 HealthKit,也没有启用它。我在代码中找不到它的任何引用。

以前有人遇到过这个问题吗? 谢谢

奇怪的是,一周前我的 Xamarin 应用程序因同样的原因被拒绝了。 虽然在解决中心他们问我应用程序是否使用 HealthKit 框架,但我回答说应用程序不使用它。 次日获批

请务必检查您的 Apple Developer Center,它没有在您的应用程序证书上激活。

我已经通过添加项目属性解决了这个问题,iOS构建: 其他选项 => 其他 mtouch 参数:--linkskip=HealthKit