ResearchKit

RSS for tag

Enable your iOS app to become a powerful tool for medical research with the ResearchKit open source framework.

Posts under ResearchKit tag

22 Posts

Post

Replies

Boosts

Views

Activity

No localisation when I publish in TestFlight
Hello, I need an help. It's my first application and publishing. I developed my application in 2 languages, English by default and French. In the simulator or on 1 device via Xcode, everything works. In Xcode everything seems good. 2 languages in project info and my App Target in Target membership 2 languages in Localizable.xcstrings and green Localizable.xcstrings added in Target / Build Phase / Copy Bundle Resources I also tried to add in my app.plist CFBundleLocalizations en fr In App Store Connected both languages declared, also in Testflight. But...nothing, when I install the application thought TestFlight, no language. The application showing the label coded in swift. I found only one relevant post but not working for me. What am I missing. Thanks in advance for any help.
0
0
565
Nov ’24
Guideline 1.4.1 - Safety - Physical Harm
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.
6
1
7.3k
Sep ’24
IOS 18 Beta Astrology Wallpaper Idea!
Okay so in one of the new IOS 18 Beta’s you can select a specific wallpaper genre that has to do with Planets (Earth, Mars, Saturn, ex.). There is one called “Earth Detail” where it zooms in and when you open your iPhone it will do a pulse of a green circle (showing where you are in the world) pretty cool feature. In “Earth Detail” you can also see the clouds and all the lights during the night, but what if you could see the northern lights at that specific time when they are visible in the sky? I think this would be a minor feature but a cool little easter egg to have. Let me know what you guys think of this. Thanks!
0
0
891
Aug ’24
Apple Vision Pro and Radiology for diagnostic viewing and interpretation
Will Apple Vision Pro support medical imaging diagnostic software such as Horos or Osirix. I am really curious if radiologist will be able to view and manipulate. interpret exams with this headset with ease and use built in microphone for voice recognition/dictation while using hands to manipulate the imaging and also simultaneously being able to view report in field of view. This could really unlock some major potential for interpreting at least CT, Ultrasound and MRI exams. I don't think the resolution will be high enough to interpret diagnostic x-rays and definitely not mammograms due to MQSA regulations and physicist inspections requiring more detail and information. However, I want to be at the forefront of bringing in Vision Pro headsets in the medical imaging space with rel utilization in clinical practices. It may also be beneficial for patients who are curious to see their medical imaging or even as headsets to use while undergoing medical imaging outpatient biopsy procedures for breast/etc to help put them at ease during the procedures. This could really provide patient satisfaction and I think we are scratching the surface on a world of possibilities in healthcare with devices like this. Upon utilixation, I would like to creat presentation series and share information with my Radiology colleagues at national/international meetings.
3
2
2.7k
Oct ’23
Seizure Alert App requiring continuous background execution
Hello! I am a student at a tertiary Epilepsy Center. Our team is building an open source seizure alert app for the apple watch that will undergo a clinical trial. A well conducted clinical trial is crucial for convincing insurance to pay for apple watches, which correlates with tech adoption. This imposes some restrictions on data collection. Our use case requires that the app run continuously as seizures are not predictable. The documentation on extended runtime sessions recommended the smart alarm mode which lasts for 30 minutes. Individuals would not use an alarm system that only works 30 minutes at a time. Is there any way we could deploy the alarm continuously? The requirements for the background execution are two fold: During model development phase the app would need to continuously collect data from accelerometer, gyro-meter, magnetometer, blood oxygen and EKG. I understand these are very demanding tasks so even one sensor would be good to start with. The app would then upload this to a server over the web (perhaps using CloudKit). If continuous data collection is not possible then what is the longest guaranteed latency between samples? What amount of CPU usage would be permissible and how would it impact sampling rates? During deployment the app would need to run an ML model in the background continuously. We have chosen a light-weight model[1] that has been optimized for mobile devices. It has ~ 1.3 million parameters. What would be the maximum guaranteed latency for running a ML model in the background? Please let me know if you need any more information. Thank you. Reference: Lightweight Transformers for Human Activity Recognition on Mobile Devices, Sannara EK, François Portet, Philippe Lalanda. arXiv:2209.11750
0
0
752
Sep ’23
Apple Vision Pro for Medical Purposes
Hello, I work in ophthalmology at Stanford and I am hoping to develop a tool for monitoring vision health using Apple Vision Pro. However, I am worried that my goal will not be possible due to Apple privacy concerns. I want to develop an app that can gauge eye performance, but to do so I would need precise details about the users eye movements and eye position. Is this feasible? Also, I am eager to learn more about the specifics of the eye-tracking set up, like the accuracy and the sampling rate. If you have any useful information or suggestions, I would really appreciate it, thank you!
4
2
3.1k
Jul ’23
CareKit: Unable to adopt protocol 'OCKSurveyTaskViewControllerDelegate'
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?
1
0
1.4k
Jul ’23
Can't run Research and Care App (WWDC Code Along)
Hello everyone, I just started watching the WWDC21 Code Along "Build a Research and Care App, Part 1" and wanted to run the project in Xcode. However, when I clone the Repo with the recommended git clone --recurse-submodule https://github.com/carekit-apple/WWDC21-RecoverApp.git command and open the project, I get the following error: /WWDC21-RecoverApp/Recover Part 1/Recover.xcodeproj This Copy Files build phase contains a reference to a missing file 'ResearchKit.framework'. /WWDC21-RecoverApp/ResearchKit only contains 2 files (CONTRIBUTING.md and LFS-Files). I was wondering how I could get the project up and running and if there are additional steps to take, that I didn't see in the presentation / Github Readme. Thanks!
3
0
2.2k
Jun ’23
Issues with ResearchKit Surveys
Hi, I'm new to ResearchKit. I've encountered a couple issues which seem to be bugs, but I'm not entirely sure: I have an ORKFormStep that includes an ORKAnswerFormat.scale (scale answer format) and an ORKTextAnswerFormat (text answer format). If I have the ORKTextAnswerFormat first in the formItems array of the ORKFormStep, it displays properly. But if I have it second (after the ORKAnswerFormat.scale), the text parameter is missing. Is this a bug? With the same setup - an ORKFormStep that includes an ORKAnswerFormat.scale and an ORKTextAnswerFormat - neither answer stores a value on Firebase. By comparison, if I use ORKAnswerFormat.choiceAnswerFormat (text choice answer format), it does store a value on Firebase - worth noting that I do have to set an explicit "value" variable as NSNumber for each ORKTextChoice in this case. Do I also have to manually set a value for ORKAnswerFormat.scale and ORKTextAnswerFormat to match its input somehow? Or is that a bug? Any help would be appreciated, Wayland
0
0
618
Apr ’23
Presenting ResearchKit Survey from SwiftUI View
I am trying to present my ResearchKit Survey from a SwiftUI view. Before I moved my home screen to a SwiftUI view, I would present my survey using: let taskViewController = ORKTaskViewController(task: SurveyTask.surveyTask, taskRun: nil) taskViewController.delegate = self present(taskViewController, animated: true, completion: nil) I was able to present the SwiftUI from a UIKit view controller using: let mainHomeScreenSwUI = UIHostingController(rootView: MainHomeScreen()) mainHomeScreenSwUI.modalPresentationStyle = .fullScreen present(mainHomeScreenSwUI, animated: true, completion: nil) but now I would like to present my taskViewController from my SwiftUI view. I would like to open the survey from the press of a button like below. Button("Take Survey \(recentFriday ?? "01/01")") {               //open survey               let taskViewController = ORKTaskViewController(task: SurveyTask.surveyTask, taskRun: nil)               taskViewController.delegate = self               present(taskViewController, animated: true, completion: nil)             } This causes an error. Any help would be greatly appreciated!
1
0
1.4k
Feb ’23
Cannot find 'OCKSurveyTaskViewController' in scope
While implementing WWDC21's Build a research and care app(https://developer.apple.com/news/?id=jbprpg8c), an error occurred in Xcode when trying to use OCKSurveyTaskViewController and OCKSurveyTaskViewControllerDelegate. The Xcode version currently in use is version 14.2, and CareKit and ResearchKit use the main branch on GitHub as of February 1, 2023 Like the reply to the issue posted at https://github.com/carekit-apple/CareKit/issues/645, even if I try a specific version of CareKit and clean the build folder, the same situation repeats. How should i solve this?
0
0
756
Feb ’23
Need starting guide
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.
1
0
708
Jul ’22
ResearchKit: Is it possible to import Swift Code into Objective-C files ( .h and .m).
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.
0
1
933
Jul ’22
ResearchKit and Swift Package Manager
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
0
0
770
Apr ’22
Scaling SensorKit for commercialize use
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
1
0
1.4k
Apr ’22
IOS 13 & iPHONE 6 .. Years without solution from Apple
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.
1
0
947
Oct ’21
No localisation when I publish in TestFlight
Hello, I need an help. It's my first application and publishing. I developed my application in 2 languages, English by default and French. In the simulator or on 1 device via Xcode, everything works. In Xcode everything seems good. 2 languages in project info and my App Target in Target membership 2 languages in Localizable.xcstrings and green Localizable.xcstrings added in Target / Build Phase / Copy Bundle Resources I also tried to add in my app.plist CFBundleLocalizations en fr In App Store Connected both languages declared, also in Testflight. But...nothing, when I install the application thought TestFlight, no language. The application showing the label coded in swift. I found only one relevant post but not working for me. What am I missing. Thanks in advance for any help.
Replies
0
Boosts
0
Views
565
Activity
Nov ’24
How to implement the element attached below siri search suggestion
Like the image showing, the element 'Ask ChatGPT' attaches below siri search suggestion , I guess SiriKit or Spotlight can implement it. But i searched a lot, no one introduct the detail technology. Do anyone ever implement it? Please help me. Thanks.
Replies
1
Boosts
0
Views
967
Activity
Oct ’24
Guideline 1.4.1 - Safety - Physical Harm
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.
Replies
6
Boosts
1
Views
7.3k
Activity
Sep ’24
IOS 18 Beta Astrology Wallpaper Idea!
Okay so in one of the new IOS 18 Beta’s you can select a specific wallpaper genre that has to do with Planets (Earth, Mars, Saturn, ex.). There is one called “Earth Detail” where it zooms in and when you open your iPhone it will do a pulse of a green circle (showing where you are in the world) pretty cool feature. In “Earth Detail” you can also see the clouds and all the lights during the night, but what if you could see the northern lights at that specific time when they are visible in the sky? I think this would be a minor feature but a cool little easter egg to have. Let me know what you guys think of this. Thanks!
Replies
0
Boosts
0
Views
891
Activity
Aug ’24
Apple Vision Pro and Radiology for diagnostic viewing and interpretation
Will Apple Vision Pro support medical imaging diagnostic software such as Horos or Osirix. I am really curious if radiologist will be able to view and manipulate. interpret exams with this headset with ease and use built in microphone for voice recognition/dictation while using hands to manipulate the imaging and also simultaneously being able to view report in field of view. This could really unlock some major potential for interpreting at least CT, Ultrasound and MRI exams. I don't think the resolution will be high enough to interpret diagnostic x-rays and definitely not mammograms due to MQSA regulations and physicist inspections requiring more detail and information. However, I want to be at the forefront of bringing in Vision Pro headsets in the medical imaging space with rel utilization in clinical practices. It may also be beneficial for patients who are curious to see their medical imaging or even as headsets to use while undergoing medical imaging outpatient biopsy procedures for breast/etc to help put them at ease during the procedures. This could really provide patient satisfaction and I think we are scratching the surface on a world of possibilities in healthcare with devices like this. Upon utilixation, I would like to creat presentation series and share information with my Radiology colleagues at national/international meetings.
Replies
3
Boosts
2
Views
2.7k
Activity
Oct ’23
Seizure Alert App requiring continuous background execution
Hello! I am a student at a tertiary Epilepsy Center. Our team is building an open source seizure alert app for the apple watch that will undergo a clinical trial. A well conducted clinical trial is crucial for convincing insurance to pay for apple watches, which correlates with tech adoption. This imposes some restrictions on data collection. Our use case requires that the app run continuously as seizures are not predictable. The documentation on extended runtime sessions recommended the smart alarm mode which lasts for 30 minutes. Individuals would not use an alarm system that only works 30 minutes at a time. Is there any way we could deploy the alarm continuously? The requirements for the background execution are two fold: During model development phase the app would need to continuously collect data from accelerometer, gyro-meter, magnetometer, blood oxygen and EKG. I understand these are very demanding tasks so even one sensor would be good to start with. The app would then upload this to a server over the web (perhaps using CloudKit). If continuous data collection is not possible then what is the longest guaranteed latency between samples? What amount of CPU usage would be permissible and how would it impact sampling rates? During deployment the app would need to run an ML model in the background continuously. We have chosen a light-weight model[1] that has been optimized for mobile devices. It has ~ 1.3 million parameters. What would be the maximum guaranteed latency for running a ML model in the background? Please let me know if you need any more information. Thank you. Reference: Lightweight Transformers for Human Activity Recognition on Mobile Devices, Sannara EK, François Portet, Philippe Lalanda. arXiv:2209.11750
Replies
0
Boosts
0
Views
752
Activity
Sep ’23
Apple Vision Pro for Medical Purposes
Hello, I work in ophthalmology at Stanford and I am hoping to develop a tool for monitoring vision health using Apple Vision Pro. However, I am worried that my goal will not be possible due to Apple privacy concerns. I want to develop an app that can gauge eye performance, but to do so I would need precise details about the users eye movements and eye position. Is this feasible? Also, I am eager to learn more about the specifics of the eye-tracking set up, like the accuracy and the sampling rate. If you have any useful information or suggestions, I would really appreciate it, thank you!
Replies
4
Boosts
2
Views
3.1k
Activity
Jul ’23
CareKit: Unable to adopt protocol 'OCKSurveyTaskViewControllerDelegate'
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?
Replies
1
Boosts
0
Views
1.4k
Activity
Jul ’23
SensorKit Research Proposal Review Time
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,
Replies
2
Boosts
0
Views
2.6k
Activity
Jun ’23
Can't run Research and Care App (WWDC Code Along)
Hello everyone, I just started watching the WWDC21 Code Along "Build a Research and Care App, Part 1" and wanted to run the project in Xcode. However, when I clone the Repo with the recommended git clone --recurse-submodule https://github.com/carekit-apple/WWDC21-RecoverApp.git command and open the project, I get the following error: /WWDC21-RecoverApp/Recover Part 1/Recover.xcodeproj This Copy Files build phase contains a reference to a missing file 'ResearchKit.framework'. /WWDC21-RecoverApp/ResearchKit only contains 2 files (CONTRIBUTING.md and LFS-Files). I was wondering how I could get the project up and running and if there are additional steps to take, that I didn't see in the presentation / Github Readme. Thanks!
Replies
3
Boosts
0
Views
2.2k
Activity
Jun ’23
Issues with ResearchKit Surveys
Hi, I'm new to ResearchKit. I've encountered a couple issues which seem to be bugs, but I'm not entirely sure: I have an ORKFormStep that includes an ORKAnswerFormat.scale (scale answer format) and an ORKTextAnswerFormat (text answer format). If I have the ORKTextAnswerFormat first in the formItems array of the ORKFormStep, it displays properly. But if I have it second (after the ORKAnswerFormat.scale), the text parameter is missing. Is this a bug? With the same setup - an ORKFormStep that includes an ORKAnswerFormat.scale and an ORKTextAnswerFormat - neither answer stores a value on Firebase. By comparison, if I use ORKAnswerFormat.choiceAnswerFormat (text choice answer format), it does store a value on Firebase - worth noting that I do have to set an explicit "value" variable as NSNumber for each ORKTextChoice in this case. Do I also have to manually set a value for ORKAnswerFormat.scale and ORKTextAnswerFormat to match its input somehow? Or is that a bug? Any help would be appreciated, Wayland
Replies
0
Boosts
0
Views
618
Activity
Apr ’23
Presenting ResearchKit Survey from SwiftUI View
I am trying to present my ResearchKit Survey from a SwiftUI view. Before I moved my home screen to a SwiftUI view, I would present my survey using: let taskViewController = ORKTaskViewController(task: SurveyTask.surveyTask, taskRun: nil) taskViewController.delegate = self present(taskViewController, animated: true, completion: nil) I was able to present the SwiftUI from a UIKit view controller using: let mainHomeScreenSwUI = UIHostingController(rootView: MainHomeScreen()) mainHomeScreenSwUI.modalPresentationStyle = .fullScreen present(mainHomeScreenSwUI, animated: true, completion: nil) but now I would like to present my taskViewController from my SwiftUI view. I would like to open the survey from the press of a button like below. Button("Take Survey \(recentFriday ?? "01/01")") {               //open survey               let taskViewController = ORKTaskViewController(task: SurveyTask.surveyTask, taskRun: nil)               taskViewController.delegate = self               present(taskViewController, animated: true, completion: nil)             } This causes an error. Any help would be greatly appreciated!
Replies
1
Boosts
0
Views
1.4k
Activity
Feb ’23
Cannot find 'OCKSurveyTaskViewController' in scope
While implementing WWDC21's Build a research and care app(https://developer.apple.com/news/?id=jbprpg8c), an error occurred in Xcode when trying to use OCKSurveyTaskViewController and OCKSurveyTaskViewControllerDelegate. The Xcode version currently in use is version 14.2, and CareKit and ResearchKit use the main branch on GitHub as of February 1, 2023 Like the reply to the issue posted at https://github.com/carekit-apple/CareKit/issues/645, even if I try a specific version of CareKit and clean the build folder, the same situation repeats. How should i solve this?
Replies
0
Boosts
0
Views
756
Activity
Feb ’23
Need starting guide
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.
Replies
1
Boosts
0
Views
708
Activity
Jul ’22
ResearchKit: Is it possible to import Swift Code into Objective-C files ( .h and .m).
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.
Replies
0
Boosts
1
Views
933
Activity
Jul ’22
ResearchKit and Swift Package Manager
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
Replies
0
Boosts
0
Views
770
Activity
Apr ’22
Scaling SensorKit for commercialize use
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
Replies
1
Boosts
0
Views
1.4k
Activity
Apr ’22
How to delete built in version
wwdc20-10640  Discuss WWDC20 Session 10640 - Design for the iPadOS pointer
Replies
0
Boosts
0
Views
715
Activity
Mar ’22
researchkit data
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?
Replies
1
Boosts
0
Views
910
Activity
Feb ’22
IOS 13 & iPHONE 6 .. Years without solution from Apple
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.
Replies
1
Boosts
0
Views
947
Activity
Oct ’21