Your app's binary includes references to HealthKit components, but the app does not appear to include any primary features that require health or fitness data.

I have removed health kit from my application but still App Store rejecting my updates.

What I did exactly,

  1. Removed from Appstore connect
  2. Removed from Xcode capabilities,
  3. Removed from info.pList

Kindly help me to solve this issue.

Thank you for the post. To locate the project where you have removed all links to the HealthKit framework, including all the using statements that would include that framework, you can use the grep command. Additionally, ensure that any external frameworks are not being loaded. Check all your external frameworks in case.

Resources: https://developer.apple.com/documentation/healthkit

Albert Pascual
  Worldwide Developer Relations.

Your app's binary includes references to HealthKit components, but the app does not appear to include any primary features that require health or fitness data.
 
 
Q