App Store Connect Operation Error: ITMS-90164 [] For Key Com.apple.developer.healthkit.access
Answer : I wouldn't change our code too much, this appears to be something on Apple's end that hopefully they'll fix soon. https://developer.apple.com/system-status/ Remove the following line in the .entitlements file <key>com.apple.developer.healthkit.access</key> <array/> This not work :(. Binary will be rejected ITMS-90000: This bundle is invalid - $message. What work for me: First, when you enable your app’s HealthKit capabilities: you must also select the Clinical Health Records checkbox! Next, you must provide a Health Records Usage string in your app’s Info.plist file. Update: It looks like Apple fixed this issue yesterday (January 21, 2021). I don't see the error anymore. I have the same issue. If I read that error correctly it fails because the value for com.apple.developer.healthkit.access is different in the App Store provisioning profile and in the entitlements file. And it's indeed different. When I enable HealthKit ca...