Post not yet marked as solved
Hello I am a newbie developer in apple ecosystem. I am building an application for my master's dissertation. I have now learnt the Swift, SwiftUI and read more about the Apple ResearchKit. Can you please provide me some sort of starting guide which can help me.
Post not yet marked as solved
I've currently forked the most recent version of ResearchKit (as of July 7, 2022) and am trying to make a new ORKInstructionStep that uses Swift objects that I'm importing from a different Swift-based project.
This is running in XCode 14.0.
I put the following Swift files into my forked version of ResearchKit as circled and shown below.
I then went to ResearchKit -> Targets -> ResearchKit -> Build Settings -> Defines Module and set it to "Yes." I then also went to ResearchKit -> Targets -> ResearchKit -> Build Settings -> Bridging Header and set it to "ResearchKit/ResearchKit-Bridging-Header.h."
I then went to ORKVideoInstructionsViewController.h and added the following import statement:
I then went to one of the Swift class I imported and added the public keyword to the objects I wanted to instantiate in ORKVideoInstructionsViewController.m.
I then tried to instantiate a VideoProcessingChain object in the ORKVideoInstructionsViewController.m file as shown below and ran into the following errors.
Post not yet marked as solved
Hello
Our app has been rejected from the app store because of 1.4 Physical Harm https://developer.apple.com/app-store/review/guidelines/#safety
This app is used by the users from Kenya (Only registered users). Users can log their health based self-assessment data like blood pressure, glucose level, temperature, body weight, BMI with medical hardware devices and that will be shared with specialist (Physician or Clinical) to do the diagnosis and advice subscription accordingly.
Problem:
We have the above features from earlier versions but with the new version update our app got rejected from app store stated that we have violated the app stores' guidelines (1.4.1 Physical Harm - Safety)
Your app connects to external medical hardware to provide medical services. However, to be compliant with App Store Review Guideline 1.4.1, you must:
Provide documentation from the appropriate regulatory organization demonstrating regulatory clearance for the medical hardware used by your app
Provide documentation of a report or peer-reviewed study that demonstrates your app’s use of medical hardware works as described
Our app's features:
AccuCheck-Instant Glucometer: CE0088 This product fulfils the requirements of the European Directive 98/79/EC on in vitro diagnostic medical devices.
b) FORA-DigitalThermometer-IR21b: CE Mark for compliance with European Directive integration over Bluetooth
c) FORA-OximeterPO200: CE0123 and IEC 61000-4-3 Compliant integration over Bluetooth
d) FORA-Weighing Machine-W310b: IEC/EN 61010-1, IEC/EN 61326, EN 301 489-17, EN 300 328 Compliant integration over Bluetooth
e) OmronBPMachine-HEM -9210T: EC & EN Compliance integration over Bluetooth
Please anyone help us to resolve this issue.
Post not yet marked as solved
Hi,
We are a group of PhD student working on developing a health related app using SensorKit and AppleHealth Kit. We submited our research propsal on Feb 16 and have not heard back from apple support. We wonder that how long would be the processing time?
Thanks,
Post not yet marked as solved
Hello Apple & ResearchKit,
As ResearchKit is open source I was wondering if you could shed some light on when (or if so) ResearchKit will support the Swift Package Manager (SPM) as an alternative to forking, Cocoapods and Carthage? Or would that be a community effort? And if it is a community effort which branch should be the starting point for such a change (main?)? And would you be willing to accept a major re-organisation of the code to better fit SPM?
Regards,
Jens
Post not yet marked as solved
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
Post not yet marked as solved
wwdc20-10640 Discuss WWDC20 Session 10640 - Design for the iPadOS pointer
Post not yet marked as solved
Hi
Can someone help me find a tutorial of how to access user data in a research kit app or set up a server to collect and manage data?
Post not yet marked as solved
Thousands of questions regarding upgrading IOS 13 to Iphone 6 and not a single response from Apple to solve that issue.
Thousands affected by that issue and none can download many critical apps which needed but at the end Apple doesn't care to respond and provide a solution or suggestion.
If this is a strategy from Apple to enforce the customers to pay the new phone versions. I regret to inform that the customers will go to other competitors as you might do that again after few years to enforce the customers to buy the new versions which is not suitable and inappropriate.
Post not yet marked as solved
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?
Post not yet marked as solved
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.