photokandyStudios / gbible

Greek Interlinear Bible for iOS (native)
http://www.photokandy.com/apps/gib
41 stars 31 forks source link

Feature: Sync+Cloud Support #12

Open kerrishotts opened 12 years ago

kerrishotts commented 12 years ago

Unlikely for v1.0 inclusion, but it would be nice to have as a point release down the road. The main problems are as follows:

iCloud works nicely with core data, but since we're using sqlite, we will need a synchronization method that can merge two or more documents in the cloud with the app's database. Handling deletes is another big issue as what is deleted on one app should be reflected on the others.

kerrishotts commented 11 years ago

Perhaps going with Parse would work better?

kerrishotts commented 11 years ago

Updated title to change to sync support rather than just iCloud.

kerrishotts commented 11 years ago

Dropbox Sync looks promising.