Hello all,
we have a app reading apple health kit data like distance and calories. we never use Clinical Record API.
Currently our latest app stuck in review at apple, because they say we’re using Clinical Record API.
“@ionic-native/health-kit”: “^4.5.3”,
“com.telerik.plugins.healthkit”: “^0.5.5”,
These are the plugins we are using.
After importing the generated iOS Code into Xcode I did a full search and i really found some code, accessing the Clinical Record API.
How can I handle that issue?
There is another small issue:
Even if I deactivate Health + Clinical Data in the Xcode capabilities, the app still asks for permissions.
Any help appreciated.
thank you!