Note that there are some explanatory texts on larger screens.

plurals
  1. POiCloud and Core Data - How to debug?
    primarykey
    data
    text
    <p>I have an Library-style app which uses Core Data to store its data. Currently I am working on the integration of iCloud support.</p> <p>I worked through several examples and the Apple docs and finally managed that an object created on device A is automatically synced to device B. </p> <p>That is great but know I am experiencing the some problems: Some objects are synced and others are not and I have no idea how to debug this. Is there some way to "see" which data is transfered to iCloud, which data is stored in the cloud, and which data is downloaded from iCloud?</p> <p>All I see at the moment is, that I create some NSManagedObject and store it to the ManagedContext/PersistentStore. I cannot see if it is transfered to the cloud and I cannot see the current content of the cloud. This makes it unpossible to debug the whole process. </p> <p>So how to debug iCloud?</p> <p><strong>EDIT on 06/02/2015</strong> I asked this question quite a while ago but it still gets some up votes or favorites. Therefore I would like to share some information I got meanwhile:</p> <p>DO NOT USE iClOUD! I cannot tell you how many headacdhes and sleepless nights I had because of iCloud. It is jut not worth the candles. At least not when being used with Core Data. It just does not work reliably. This is even still true with iCloud Drive. My apps "supported" iCloud for about two years I did everything possible to get it running. Every time it seems to work I got new error messages from users. It worked fine for many users and caused trouble and even crashes for many othes. It was just terrible. Do your self a favour and use any other syncing service. </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload