Help users understand and manage their health with dynamic care plans, symptom tracking, connection to care teams, and more with the CareKit open-source framework.

CareKit Documentation

Posts under CareKit tag

8 Posts
Sort by:
Post not yet marked as solved
1 Replies
377 Views
To whom it may concern, After reviewing the documents, we realized that SensorKit is available only for the research study. I'm writing this email to ask two questions regarding the purpose of Sensorkit. First, Are you planning to open the Sensorkit for regular apps with a focus on health and wellness or it's going to be limited to only Research? Second, if it's going to be limited to only research, then what would be the goal of the app/research if we can't provide to everyone and scale the business (of course with user permission and consent)? I appreciate your time in advance and looking forward to hearing from you. Thanks, Mohsen
Posted Last updated
.
Post not yet marked as solved
3 Replies
417 Views
Can Apple Watch provide complete data on the heartbeat for thousands of seconds during the workout or when using the "Breathe" app? When I exported data from Apple Health it shows the following data. The rows 195, 196 & 197 are measurements taken through the "Breathe" app. Thank you for your answers,
Posted Last updated
.
Post not yet marked as solved
0 Replies
368 Views
Please help me to find out the below error related to health kit. Sometimes before we have start health kit implementation in our application, so we have enable the health kit setting form identifier(bundle ID) but now we don't need health kit so we remove all the configuration and code related to health kit from our application. We have summited our app on apple store with some other changes but app rejected from the below error. Guideline 2.5.1 - Performance - Software Requirements Your app uses the HealthKit or CareKit APIs but does not indicate integration with the Health app in your app description and clearly identify the HealthKit and CareKit functionality in your app's user interface. Next Steps To resolve this issue, please revise your app description to specify that your app integrates with the Health app, and clearly identify the HealthKit functionality in app's user interface to avoid confusion.
Posted
by Mohitk.
Last updated
.
Post not yet marked as solved
0 Replies
525 Views
Hello all, this could surely be a newbie mistake but I'm unable to adopt this protocol to my class object I've created in a new project. The Error: "Cannot find type 'OCKSurveyTaskViewControllerDelegate' in scope" import CareKit import CareKitUI import CareKitStore import ResearchKit import UIKit import os.log final class CareFeedViewController: OCKDailyPageViewController, OCKTaskSurveyViewControllerDelegate { } However, I've been able to locate the 'OCKSurveyViewController.swift" file in the CareKit framework from SPM which has the protocol defined there, but I'm still unable to utilize it. Was the protocol only for demonstration purposes and not for use outside of the WWDC21 - CareKit Code Along?
Posted
by donthedev.
Last updated
.
Post not yet marked as solved
0 Replies
505 Views
Hi, I have noticed some drastic changes in some of the calculations/metrics that I get out of the Apple Health Apps since updating to the iOS15 Beta and WatchOS 8 Beta. Let me preface this by saying there have been no changes to my health or workouts, way I use the watch or phone since updating. For instance, my V02 max which has been in the 36-38 range for nearly two years suddenly dropped to 32-33 range since the update. The Blood Oxygen measurements as well have been much more erratic - I am usually in the 97-100% range, but since updating I have been anywhere from 90-100, and if I take two measurements right after each other I might get one @ 90 and one at 100. Thanks, Remy
Posted Last updated
.
Post not yet marked as solved
0 Replies
492 Views
Hi, I have to develop an app to let the patients record a 20-30 seconds long video, upload it and show them some insights about it. I know that both carekit and researchkit support charts to provide insights but which one of them will allow me to show a view controller to record the video? Thanks for your time.
Posted
by hamza2331.
Last updated
.