I have rejection issues: Healthkit

Like my post title?

I'm having issues getting my app accepted by the app store. I keep getting the message:


Guideline 2.5.1 - Performance - Software Requirements

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 don't have healthkit implemented anywhere in my app. I sifted through my app and:

  • Healthkit is not implemented in my infoplist
  • There are no HK imports
  • My app doesn't reveal any references to "Health Kit" when I do a project wide search.

The only thing I can think of is that there's an issue with my use of firebase. I'm wondering if I somehow inserted healthkit functionality in to firebase accidentally.

Has anyone else had this problem before? If so, how did you solve it? Also. How do you rid of healthkit functionality or references to healthkit within firebase?

Answered by Engineer in 800346022

Also, make sure that you didn't accidentally enable the HealthKit entitlement. You would find this in your App's settings under "Signing & Capabilities".

You should ask the question of firebase forums.

If you've checked everything, searched everywhere for "HK" and "Health" then you might have to ask on the Google forums to see if Firebase is causing this.

Accepted Answer

Also, make sure that you didn't accidentally enable the HealthKit entitlement. You would find this in your App's settings under "Signing & Capabilities".

I have rejection issues: Healthkit
 
 
Q