I am trying to follow Apple's Using the Sqlite Store with iCloud to add CoreData sharing between devices. I'm on an outdated manual (2014-07-15) which, on page 8-9 shows how to enable iCloud in an existing app; however, the example is for documents, not for SQLite and when trying to enable for SQLite, the images are not up to date with XCode 6.
Can someone please tell me what I'm supposed to use (code-wise) to get this started?
I found my answer here:
http://www.techotopia.com/index.php/Preparing_an_iOS_6_App_to_use_iCloud_Storage
It goes step-by-step to configure an app for using iCloud on multiple devices.