a-busman / Backlogger

3 stars 0 forks source link

iCloud sync #49

Open flcouselo opened 6 years ago

flcouselo commented 6 years ago

It would be great to have actual iCloud sync, without any user interaction each time you add/edit a game in the app. The export/import feature is nice to have but a bit outdated and you always run the risk of forgetting to make a backup and losing the latest data.

a-busman commented 6 years ago

I agree that this is less than ideal. I'll have to figure out a way to get Realm to just go to iCloud easily.

a-busman commented 6 years ago

The Realm way of doing this is to have your own object server, something I am unwilling to pay for. I can either change my db to use CoreData and then put that into iCloud, or translate Realm to CloudKit records.

a-busman commented 5 years ago

Moving this to v2.0. Will implement with CoreData and CloudKit

a-busman commented 4 years ago

Cloudkit not being implemented for 2.0. Will put in backlog