Top "Icloud" questions

iCloud is a web service from Apple Inc.

Using the UIDocumentPickerViewController, is it possible to show a default service (Dropbox, Google Drive, etc) on first open like in Slack?

Normally, the behavior with UIDocumentPicker is that you present, then the user must use the "Locations" menu on the top …

ios objective-c ios8 icloud drive
Xcode 6 iOS 8 iCloud core data setup

Has anyone got iCloud core data syncing setup on Xcode 6 and iOS 8? (hopefully this isn't a duplicate post) Where did …

ios core-data ios8 icloud xcode6
NSUbiquitousKeyValueStore error: no valid com.apple.developer.ubiquity-kvstore-identifier entitlement

I'm having a problem integrating iCloud with my app. When I set test out iCloud availability, I receive Success for …

iphone icloud nsubiquitouskeyvaluestore
Exposing an app's ubiquitous container to iCloud Drive in iOS 8

I'm developing an iCloud-enabled app where users will be able to import and export files via iCloud Drive. When browsing …

icloud ios8 entitlements icloud-api info-plist
My app is getting crashed on UIDocumentPickerViewController

I am working on file sharing on my iOS App, I am new to UIDocumentPickerViewController. I do not know why …

ios xcode icloud icloud-drive uidocumentpickervc
How do I delete a CloudKit container?

I accidentally created a new container in CloudKit, and it is really annoying that it comes up when I open …

icloud dashboard cloudkit
How to initialise UIDocumentPickerViewController with all type of UTIs

I want to open UIDocumentPickerViewController and It should allow user to select all type of files. I tried to mention …

ios objective-c icloud uidocumentpickervc
Figuring assets.xcassets path programmatically using SWIFT

Trying to figure the path to the images with swift code. I got this that I think works in objective …

ios objective-c swift path icloud
Check given PHAsset is iCloud asset?

I'm trying to get PhAsset object. I want to segregate iCloud assets. Here is my code, PHFetchResult *cloudAlbums = [PHAssetCollection fetchAssetCollectionsWithType:…

ios icloud photosframework phasset
Crash when adding persistent store (iCloud enabled) in app delegate

I am going to start updating this to help those seeking to use this as reference for their own personal …

iphone core-data ios5 icloud