Re: [Interest] Qt and CloudKit/iCloud Drive

2018-07-06 Thread Israel Brewster
On Jul 5, 2018, at 10:11 AM, Boris Ralchenko mailto:bralche...@ics.com>> wrote: You’ll have to use native Apple APIs. I don’t think there are any tricks - but I just looked at Apple documentation, have not done it actually. Regards, Boris Ralchenko. Thanks for the info. Unfortunately, th

Re: [Interest] Qt and CloudKit/iCloud Drive

2018-07-05 Thread Boris Ralchenko
You’ll have to use native Apple APIs. I don’t think there are any tricks - but I just looked at Apple documentation, have not done it actually. Regards, Boris Ralchenko. > On Jul 5, 2018, at 12:24 PM, Israel Brewster wrote: > > I have a Qt based application that currently stores its d

[Interest] Qt and CloudKit/iCloud Drive

2018-07-05 Thread Israel Brewster
I have a Qt based application that currently stores its data in a SQLite database using the QSql interfaces (QSqlQuery, QSqlTableModel, etc). I would like to add iCloud syncing to this app, but my searching so far hasn't turned up any Qt interfaces for CloudKit or iCloudDrive that I can find. Do