nofelmahmood / Seam

Seamless CloudKit Sync with CoreData
https://medium.com/@Nofel/reason-why-cloudkit-cannot-be-ignored-9c7806d76230
MIT License
669 stars 64 forks source link

Repo status and CKContainer question #36

Open kajensen opened 8 years ago

kajensen commented 8 years ago

Is this repo still being updated? I see the branch Improve-Store (and forks) have been updated recently, but these branches are quite different from the latest release. 0.6 had some major errors for me, so I had to use Improve-Store. My issue is that I cannot define a custom CKContainer with an id different from the bundle_id. I've looked through the entire codebase for a while now and can't figure out how to change from the default container. Any help would be appreciated, thanks!

kajensen commented 8 years ago

@oskarirauta @guenin you both forked the latest commit. Any ideas?

oskarirauta commented 8 years ago

I was not able to make Seam work with my model, so I went for ensembles. Sorry, can't help..

Lähetetty iPhonesta

On 8.4.2016, at 17.01, Kurt notifications@github.com wrote:

@oskarirauta @guenin you both forked the latest commit. Any ideas?

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub

kajensen commented 8 years ago

Gonna use your ensembles example in swift instead, thanks!

JDSX commented 8 years ago

Are you guys using Ensembles for CloudKit or iCloud ?

oskarirauta commented 8 years ago

CloudKit is available only for paying customers and for my use, price is a bit too expensive, therefore; iCloud.

On 8.4.2016, at 22:35, jsingh notifications@github.com wrote:

Are you guys using Ensembles for CloudKit or iCloud ?

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/nofelmahmood/Seam/issues/36#issuecomment-207571617

kevinwo commented 8 years ago

After watching this repo for awhile too, I ended up using Ensembles with CloudKit, and can vouch it is worth every penny for the time and headaches saved in rolling my own sync.

martinfloresalvarez commented 8 years ago

Hello!, I implemented this version in my project and it worked very well

https://github.com/nofelmahmood/Seam/tree/Improve-Store --> Fine

take some time to locate because it was not on the main page of the repo

https://github.com/nofelmahmood/Seam/ --> headaches

Thanks Nofel Mahmood