robertwitt / repEAT-ios

An iOS app to plan your weekly meal plan for families
MIT License
0 stars 0 forks source link

CloudKit #46

Open robertwitt opened 3 years ago

robertwitt commented 3 years ago

Check guides and tutorials on the CloudKit framework and its use with Core Data. Persist all necessary information (Core Data, User Defaults) in iCloud.

robertwitt commented 3 years ago

A paid Apple Developer membership is required to use CloudKit. Another option would be to use Core Data locally and sync it with a different web service. Sync is a wrapper around Core Data to convert Core Data to JSON and vice versa.