Xamarin.iOS app rejected for using HealthKit but we don't use it

We made our iOS app using Xamarin and our app keeps getting rejected for the following reason:

27.6 - 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

But we don't use HealthKit anywhere and we didn't enable it. We don't find any reference of it in our code.

Has anyone had this problem before?

Thank you.

Hi, I have the same issue and reported to Xamarin. They are on the way to find a solution...I hope. 😉

BR Axel

Hey! Are you able to check your linker settings, and ensure that you are using "Link SDK Assemblies"


You can find this by right clicking on the project (the iOS project) and select Options. Then, navigate to iOS Build and change Linker Behavior from Don’t Link to Link SDK Assemblies.

Xamarin.iOS app rejected for using HealthKit but we don't use it
 
 
Q