Erik Hornberger

Results 59 comments of Erik Hornberger

Can you try checking out a recent commit from master? We recently made a change that might fix your issue, but it hasn’t made it into a stable release yet.

I would recommend creating that method yourself by writing an extension in your app's code. You can reference the implementation of the existing method for guidance.

Can you give more details about how you added CareKit? Did you add it as a SPM package or a Xcode subproject?

@fmigsystems Is this still a problem for you? We have not been able to reproduce this in Xcode 12.0 beta 4 or beta 5.

Could you perhaps provide us with an example of where you're running into these difficulties? That may help us to either address the problem or point you in a different...

Good questions! The `.strings` files are located in the CareKitUI project at `CareKit/CareKitUI/CareKitUI/Shared/Localization/`. Presently you'll see that there is only an English localization. If you'd like to add support for...

The SimulatedServer and SimulatedRemote are correct for the purpose of the unit tests they're used in, but may not be fully compliant. Which is to say, I can't guarantee that...

Thanks for providing a branch. I'm able to reproduce on our end, so I can begin looking into the problem.

Yeah, multiple copies of the same data being sent is an edge case that is possible now. Whether or not you deduplicate or prevent multiple syncs at a time is...

> Understood and this is where if CareKitStore is CDRT then the app should not need to do this. Additionally, adding a guard directly in the remote which requires knowing...