Questions tagged [icloud-drive]

iCloud Drive is a cloud storage by Apple

Features:

  • Store and access all of your documents in one place from any of your devices
  • Keep files and folders up to date across all your devices
  • Create new files and folders from iCloud-enabled apps
  • Work on the same file across multiple apps

iCloud for Developers

187 questions
0
votes
1 answer

upgrading to iCloud drive

My application is using iCloud. In the xcode 6 GM edition, I am getting the error which signifies that URLForUbiquityContainer is nil. So, I decided to turn on iCloud drive in my simulator (which uses my apple ID). However, it says that once I…
Max
  • 4,067
  • 1
  • 18
  • 29
0
votes
1 answer

iOS Data Storage Guidelines after add NSURLIsExcludedFromBackupKey property

I received, the next App review feedback: "We found that your app does not follow the iOS Data Storage Guidelines, which is required per the App Store Review Guidelines. In particular, we found that on launch and/or content download, your app…
drasick
  • 280
  • 4
  • 14
-1
votes
0 answers

Mac & iCloud Drive : CodeLite refuses to use iCloud Drive folder

As far as I know, the path to the iCloud Drive is "/Users//Library/Mobile\ Documents/com~apple~CloudDocs/". Unfortunately, this path includes non-alphanumeric characters. The tool (CodeLite) I'm using cannot handle paths that contain…
t34hansen
  • 1
  • 3
-1
votes
1 answer

Can't view iCloud Files from iPhone

I have issue with my iCloud drive files. Desktop and documents aren't showing on my iPhone. I've looked in my iCloud settings and it says encrypted. Other things like Pages and Keynote works. Any Ideas how to solve it? It is showing white screen and…
psrajer
  • 83
  • 2
  • 5
-1
votes
1 answer

Failing to write to iCloud Drive

I'm having an hard time with iCloud Drive in my app. I cannot create my app's folder in iCloud Drive. Somehow, yesterday, I managed to create the folder and save items there, but today, after I run my code, the folder is gone and I cannot save files…
Ivan Cantarino
  • 3,058
  • 4
  • 34
  • 73
-2
votes
1 answer

What is .icloud format?

i appiled iCloud Storage. i searched iCloud folder(in documentsDirectory). NSURL *ubiquityContainer [[NSFileManager defaultManager] URLForUbiquityContainerIdentifier:nil]; NSURL *documentsDirectory = [ubiquityContainer…
dh0rmfpdlxm
  • 301
  • 1
  • 3
  • 16
1 2 3
12
13