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
Invite attendees for event like Sunrise
I've reviewed the Sunrise app with adds participant and sends mails to them. I've gone through this question. But it gives error like this.
Save failed with error: Error Domain=EKErrorDomain Code=31 "Attendees cannot be changed"…

Vijay
- 791
- 1
- 8
- 23
1
vote
0 answers
Xcode 6.2 setting iCloud Capabilities error
I'm going to update a published app, compiling it using Xcode 6.2 and iOS8 sdk as requested.
I'm trying to set up iCloud entitlements but everytime i click on "Fix issue" button to "Add the iCloud containers to your App ID" I got this error:
Any…

laucel
- 509
- 1
- 5
- 17
1
vote
1 answer
Exchange plist data between 2 iPad using iCloud
Suppose I have one app called "AppBuddy" on the AppStore.
Now If I download AppBuddy on one iPad, add one user profile in it, save data into plist and sync that plist to iCloud.
Now I download AppBuddy on 2nd iPad using same AppleID. Can I get that…

Rakesh Bhatt
- 4,606
- 3
- 25
- 38
1
vote
1 answer
Why is UbiquityContainer nil if user not logged into iCloud?
I would like to use the UbiquityContainer in order to have an iCloud backup of the coredata. However if I am not logged into the iCloud on the simulator the ubContainer below remains nil.…

Houman
- 64,245
- 87
- 278
- 460
1
vote
0 answers
Call Logs from IOS Version8.3 using c#
I need to get Call Logs from I-cloud of IOS Version 8.3 where I am able get the Call Logs of Previous Version, It will be great help If Somebody Help me knows the difference between IOS Version 8.3 and Previous one with reference to the Call…

ankush gupta
- 11
- 1
1
vote
1 answer
iCloudKit space storage allotted storage quota management/monitoring
Trying to use/understand iCloudKit limitations since I want to try and build an app that lets users share its public database space to upload small photos (VGA resolution). How can I find out what the available public database left for my app is?…

user3069232
- 8,587
- 7
- 46
- 87
1
vote
0 answers
Downloading from iCloud
I have iCloud support in my application. and I save database in iCloud successfully. But when I try to download this database file by using bellow code
NSFileManager *fm = [NSFileManager defaultManager];
NSURL *ubiq = [[NSFileManager…

Altaf Rehman
- 137
- 9
1
vote
1 answer
iCloud and lightweight migration
I've a published app synchronizing a Core Data with iCloud.
I need to update the model adding two attributes and then populate these new fields.
I've tested lightweight migration locally and works fine, I can see the old data migrated into the new…

laucel
- 509
- 1
- 5
- 17
1
vote
0 answers
UIdocumentPickerViewController customization
Apple provide iCloud Drive in iOS 8.
For review documents I use UIDocumentPickerViewController. But I can not understand how to create folder with custom icon such as this one: (Documents by...)

biloshkurskyi.ss
- 1,358
- 3
- 15
- 34
1
vote
0 answers
CoreData + iCloud crossplatform
I'm writing an app that syncs CoreData between OS X and iOS using iCloud. The issue I'm having is that both iOS and OS X apps are correctly writing data into the cloud, but they are not synced between each other. To be precise:
I'm currently using…

Charlie Monroe
- 1,210
- 9
- 24
1
vote
0 answers
iCloud Core Data Syncing Issue - Empty Notifications
I'm having some weird issues with iCloud and Core Data syncing across devices. The problem is that records are syncing sporadically and certain notifications are blank.
For example, if I add three records to the database, only two of the three…

Doug
- 106
- 2
- 8
1
vote
1 answer
How to keep data from iCloud(CloudKit) loaded after switching view controllers
I am in the process of making an app using CloudKit, but I have recently run into a problem. In my app, as soon as the main view controller loads, it goes off and fetches data from iCloud. The problem is that when I segue to another view controller…

traw1233
- 1,895
- 2
- 12
- 12
1
vote
1 answer
iCloud application back-up size
I was wondering if there is a limit to the size of an iOS application back-up on iCloud (the application doesn't use iCloud to save progress).My app makes a back-up of 1.1 MB. I asked some friends and some of them told me that the limit is 1 MB…

Alexandru Falcas
- 25
- 2
1
vote
0 answers
Explore/save iCloud Drive iOS
I want to develop an app that uses iCloud Drive to upload projects and also be able to retrieve these projects.
Every project would have its own folder with its own resources such as images, text documents etc...
An example structure would be like…

anonymous
- 1,320
- 5
- 21
- 37
1
vote
1 answer
Core Data stack implementation for iCloud sync in a UITabBarController app (Swift 1.2)
I've spent the last 4 days trying to implement a proper Core Data stack with iCloud sync for my Swift 1.2 app, but I can really use some help.
Before, I was using a global Managed Context accessed from everywhere in the app; knowing that it was a…

cdf1982
- 764
- 1
- 18
- 34