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?