I have removed health kit from my application but still App Store rejecting my updates.
What I did exactly,
- Removed from Appstore connect
- Removed from Xcode capabilities,
- Removed from info.pList
Kindly help me to solve this issue.
I have removed health kit from my application but still App Store rejecting my updates.
What I did exactly,
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.