How can we get the data of Healthkit in .net MAUI application? We have this code to get healthdata.
But this code gives me error on HkHealthStore. So how we can access the healthstore in .net MAUI application.
Do we need to do the development only in IOS System or is it possible to do it in Windows system as well?
How can we start the Healthkit app in .net MAUI?
I am trying to make a .net MAUI app in which i can access the Healthkit framework. But there is no document or any suggestion over internet by which i can access the Healthkit framework.
I created a .net MAUI application and copy pasted the Healthdata.cs file but i am getting error on HKHealthStore.
The type or namespace name HKHealthStore could not be found (are you missing a using directive or an assembly reference)
