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

TVOS support #28

Closed marcorm closed 8 years ago

marcorm commented 8 years ago

Support for TVOS framework would be great, especially because on TVOS Core Data is not guaranteed to be persistent.

nofelmahmood commented 8 years ago

tvOS does not provide persistent local storage while Seam uses a SQLITE CoreData store to persist data locally. Scroll down to the heading Local Storage for Your App Is Limited in tvOS Programming Guide

marcorm commented 8 years ago

Thanks for the answer Nofel, actually tvos supports coredata SQLite storage. But it places the database instance in the Cache folder. So the OS coul delete it every time, when the app is not running.

Could your library be useful in this use case?

Thank you again Best regards

Marco Marinangeli

Il giorno 18 dic 2015, alle ore 20:18, Nofel Mahmood notifications@github.com ha scritto:

Closed #28.

— Reply to this email directly or view it on GitHub.

chbeer commented 8 years ago

How It makes more sense: sync on iOS and OS X via Seam and access CloudKit directly from appleTV.

Imagine a user would like to use your app and that needs to sync before it's ready to use. Sync is not suitable for appleTV.

Am 18.12.2015 um 20:43 schrieb Marco Marinangeli notifications@github.com:

Thanks for the answer Nofel, actually tvos supports coredata SQLite storage. But it places the database instance in the Cache folder. So the OS coul delete it every time, when the app is not running.

Could your library be useful in this use case?

Thank you again Best regards

Marco Marinangeli

Il giorno 18 dic 2015, alle ore 20:18, Nofel Mahmood notifications@github.com ha scritto:

Closed #28.

— Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHub.