I'm trying to develop an app that will run on both OSX and iOS, using CloudKit to help sync the data.
I've found documentation for CloudKit on iOS, but I've been unable to find corresponding documentation for OSX. I'm hoping to use the native SDK's for CloudKit on OSX in C#. I'm usually pretty good at googling, but I've been unsuccessful thusfar. Does anyone know definitively if there is a C# API for CloudKit on OSX?
Thanks :)