Corey
Corey
> FWIW, in my project I put a guard around any calls to store.sync() to ensure that there were not multiple concurrent syncs triggered from the app. This would only...
This is most likely related to #642. The old description I had on there: > Bumped the minimum for the project to iOS 15 watchOS 8 as the recent changes...
> Could you please tell me how to use your branch 2.1-slider with the SPM in detail? Do I have to download and drag & drop in the project, instead...
You need to hit `enter` on your keyboard after you added the link in step 3. You are currently searching for the 2.1-slider branch on Apple's repo in which it's...
> EDIT: It's most likely has to do with something it my Xcode's connection to Github. Couldn't fix. Yes, this is something with your Xcode or your network connection. My...
If #642 gets merged developers can point directly to the Apple CareKit main branch to use the [latest commit of ResearchKit](https://github.com/ResearchKit/ResearchKit/pull/1499) with CareKit for iOS 13+ with async/await. Until then,...
@gavirawson-apple when you get a chance, take a look and let me know if any more changes are needed
@gavirawson-apple I updated the list of changes to the repo
@MihirJoe you are correct, `OCKRemoteSynchronizable` is designed to solve your problem. Any vendor can leverage `OCKRemoteSynchronizable` to synchronize data to a remote. My research lab has created an open source...
> How fully fleshed out is the ParseSwiftSDK? A post with details on features between the two SDK's is here: https://github.com/parse-community/Parse-SDK-iOS-OSX/issues/1356#issuecomment-779288554 > Is it something I should be writing a...