To begin with, I get the following 2 messages the first time I launch my app and it tries to connect to iCloud...
CoreData: iCloud: Error: initial sync notification returned an error (Error Domain=BRCloudDocsErrorDomain Code=12 "The operation couldn’t be completed. (BRCloudDocsErrorDomain error 12.)")
-[PFUbiquitySetupAssistant finishSetupWithRetry:](826): CoreData: Ubiquity: <PFUbiquitySetupAssistant: 0x147635ff0>: Retrying after delay: 60
Error Domain=BRCloudDocsErrorDomain Code=12 "The operation couldn’t be completed. (BRCloudDocsErrorDomain error 12.)"
In this time period when the user adds a record to the store it doesn't appear in the table view as one would expect. After sometime when the app is connected to the icloud containers, I would expect it to show the record but its simply not there. However, any record added after the connection is set... works fine.
can someone help me with this please?
Neerav