iCloud is a web service from Apple Inc. that allows users to store data such as music files and automatically sync them between multiple devices such as: iPhones, iPods, iPads, and personal computers. Note that iCloud is a different API than Apple's CloudKit service.
Questions tagged [icloud]
2716 questions
1
vote
0 answers
Xcode doesn't list iCloud documents
My iOS app is storing documents in iCloud, and yet Xcode's "iCloud Report" says iCloud is disabled and doesn't list any documents.
iCloud seems to work correctly, but I'd like to be able to use Xcode to debug file transfers. Once upon a time, Xcode…

Taylor
- 5,871
- 2
- 30
- 64
1
vote
1 answer
Core Data iCloud sync images
I want to sync via iCloud in a Core Data app. Besides some string attributes in Core Data I also want to sync images. I did a lot of research and it seems there are two approaches to achieve this. The opinions really vary so I am confused which one…

Kreuzberg
- 894
- 1
- 9
- 18
1
vote
0 answers
Application events sync with iCloud account
We are developing calendar syncing application in iOS. User can create event in application, we are keeping event in iCal and coredata in iCloud (storing event eventIdentifier in core data to identify event of our application).
I have one issue…

user3030053
- 79
- 5
1
vote
0 answers
iCloud Core Data Sync - Sync Files in Document Directory too
I have a similar Problem like here: iCloud with Core Data and File sync
In my App the user can store notes with several stuff like title, text, images and some more per note. My App is Core Data based but for images I store only the URL of the…

Kreuzberg
- 894
- 1
- 9
- 18
1
vote
0 answers
Make Documents Directory Files Visible To Another App Via UIDocumentsPicker
What I Have Done:
I'm developing an application where it transfers different type of files (Eg: Images, Word Docs, Videos) between iOS devices. I'm keeping those files inside the app. I have successfully implemented iCloud Drive to share files from…

Damitha Raveendra
- 1,721
- 17
- 24
1
vote
1 answer
CloudKit upload very slow
Does anyone have an idea if there is a way to speed up the upload (image) to a container in CloudKit? If I use Parse for the same function, it is 3 to 4 times faster than uploading to CloudKit.... Same applies for downloading. Any ideas?
Thanks…

Armin Scheithauer
- 601
- 1
- 7
- 17
1
vote
1 answer
CoreData+iCloud in iOS8 with Xcode6 and Swift
I've been reading a lot of CoreData+iCloud and understand its anything but straightforward. However, I'm getting stuck very very early and was curious if any of you had any idea.
My workbench: Xcode6.1.1, Swift, CoreData with added iCloud…

opfeffer
- 603
- 5
- 19
1
vote
2 answers
Icloud calendar retrieve event by uid via caldav
I'm trying to retrieve a specific ICloud event based on its UID via caldav protocol.

Nico
- 1,580
- 14
- 21
1
vote
1 answer
NSUbiquitousKeyValueStore not so ubiquitous?
I am trying to store key-values with NSUbiquitousKeyValueStore. They seem to store fine while the app is installed, but if I delete the app off the device and run the app again, the key-values seem to be lost. Is this expected behaviour, or perhaps…

Craig Grummitt
- 2,945
- 1
- 22
- 34
1
vote
0 answers
Persistence of Image name using IOS8 Photos and iCloud Photo Sharing
I am working on an app using Core Data which includes a Product file containing item description and image filename. In a previous version on a different platform this filename would contain something like “elephant.jpg” and its associated image…

Ross
- 51
- 3
1
vote
0 answers
iCloud Core Data Model Schema Migration
Acording to Apple's Document, The lightweight migration for core data connected with iCloud can be performed automatically. And another documents from Apple says that:
If you migrate a persistent store configured with a
…

jeeeyul
- 3,727
- 1
- 24
- 37
1
vote
1 answer
Best way to fetch core data update in the background
I am curious to the best way to fetch core data changes in the background, while my app is not active.
Just to clarify my users tend to use my app on one device (i.e. iPhone) and cause quite a few changes. then they go to another device and expect…

Joseph
- 9,171
- 8
- 41
- 67
1
vote
1 answer
Enabling iCloud Drive folder for files of an iOS app
I store files and a persistant core data store in iCloud. If I go to ~/Library/Mobile Documents/iCloud~com~company~myApp/Documents I can see the files that are stored in iCloud.
But when I go to the Finder and select iCloud Drive then I can not see…

Joseph
- 9,171
- 8
- 41
- 67
1
vote
2 answers
CREATE operation not permitted
I am trying to utilize CloudKit in my iOS application, but when I attempt to create a new record for for a User record type (record type is named Users), I get this error:

Jojodmo
- 23,357
- 13
- 65
- 107
1
vote
1 answer
Swift - Adding an iCloud-Enabled Persistent Store to Core Data
var appDel:AppDelegate = (UIApplication.sharedApplication().delegate as AppDelegate)
let documentsDirectory:NSURL = NSFileManager.defaultManager().URLsForDirectory(.DocumentDirectory, inDomains: .UserDomainMask)[0] as NSURL
let storeUrl:NSURL =…

Bogdan Bogdanov
- 882
- 11
- 36
- 79