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
0 answers

stop iCloud back up

I am new in iOS development. My app was rejected because it must follow the iOS Data Storage Guidelines. I have already read some answer here on Stack Overflow, and I have already read some blogs. I am using this following method in my appdelegate.m…
sambit
  • 41
  • 5
0
votes
1 answer

Dropbox UIDocumentPicker plugin cannot open OS X file packages

On my OS X machine I have placed a document which actually is a file package (aka document bundle) into my dropbox. When I try to open that file package on my iOS device using the UIDpocumentPicker plugin the file package appears as a folder. On the…
berbie
  • 978
  • 10
  • 13
0
votes
1 answer

iOS app with cloud based service

I'm trying to create, update, insert records into the iCloud along with my app's ID. I did created my record type in the icloud dashboard and it is working only when the device contains icloud account has been logged in. How to use the icloud…
0
votes
0 answers

Save game data into iCloud via GameKit not working

When I try to save or load game data, I get the following error: Error Domain=GKErrorDomain Code=27 "The requested operation could not be completed because you are not signed in to iCloud or have not enabled iCloud Drive" I'm testing on my iPad2…
Max1695
  • 23
  • 2
0
votes
1 answer

When browsing for files from iCloud Drive in Safari, some app folders are disabled

Can someone explain why some app folders are disabled in iCloud Drive when browsing for files from Safari? These files are available at iCloud.com, but the folders for some apps (including mine, Automator shown below) are disabled inside of…
davis
  • 1,911
  • 6
  • 26
  • 50
0
votes
1 answer

add icloud destination to path in terminal

I want to add destination of iCloud drive folder to PATH in terminal. I tried to add this line to .bash_profile (that path works with cd command) export PATH="~/Library/Mobile\ Documents/com~apple~CloudDocs/Scripts:$PATH" and nothing happened. Even…
jakub
  • 313
  • 2
  • 10
0
votes
0 answers

Issue with UIDocumentMenuViewController

I have implemented UIDocumentMenuViewController in my application with below code _importMenu = [[UIDocumentMenuViewController alloc] initWithDocumentTypes:[MingleUtils allowedUTIs] inMode:UIDocumentPickerModeImport]; _importMenu.delegate…
Murali
  • 1,869
  • 1
  • 14
  • 22
0
votes
1 answer

iOS app disable iCloud drive(off) in device settings page and get iCloud persistentStore

I am developing iOS app with iCloud sync. I stored datas using core data with support of iCloud sync then if i switch off iCloud drive in device settings, My app could not read stored data in UbiquityContainer. Now i want to migrate iCloud…
Madhubalan K
  • 357
  • 5
  • 21
0
votes
1 answer

Getting Ensembles Idiomatic OSX App to sync with iCloud

I try to implement the Ensembles iCloud sync for the Cocoa app of our already working and syncing iOS apps. Because I have a problem in that Cocoa app, I thought to try the Ensembles sample app. So I try to get the Idiomatic App for OSX to sync…
Bernd
  • 189
  • 9
0
votes
1 answer

Data duplicate while migrate PersistentStoreCoordinator from local to iCloud

I am doing iCloud sync with core data works fine. Now i want to add on/off switch(migrate store). If i migrate store to iCloud to local works fine but if migrate back to iCloud datas getting duplicate. Even i tried to remove ubiquity container…
Madhubalan K
  • 357
  • 5
  • 21
0
votes
2 answers

iOS8 - iCloud Drive Key-Value-Store

for iOS7 I was storing user information concerning inApp Purchase in the iCloud keyvalueStore so that restoring worked on the current device and all other iOS devices of the user. Before the user was able to buy something I was checking if iCloud…
user1788415
0
votes
0 answers

Menaging file between iCloud and App Xcode

I have created a simple app that saves some info into txt file stored in the local App folder. I would like to enhance my aplication by adding a sync with iCloud. I saved my "file.txt" to iCloud: [[NSFileManager defaultManager] setUbiquitous:YES…
0
votes
2 answers

How to get large text into iOS app?

I need a way to ship a few paragraphs of text to an iOS app. This would be for a recipe or journal app. If the user is only typing in a few sentences, they can do that directly in the app. But for several paragraphs, they would want to do it on…
4thSpace
  • 43,672
  • 97
  • 296
  • 475
0
votes
2 answers

iCloud Drive documents not included in NSMetadataQuery results

I have a basic iOS 8 app that lists the user's documents in the app's iCloud container and also in iCloud Drive. My problem is that documents that are directly in iCloud Drive (Finder → Go → iCloud Drive) are not included as results of the metadata…
Mark
  • 6,647
  • 1
  • 45
  • 88
0
votes
1 answer

Delete Local File When iCloud Drive File is Deleted

I created an application that use iCloud to sync the devices. everything sync correctly except for deletion. the situation is this. I save a image file in device A and also save to its local document directory as well as my iCloud document…
Ckw Cfm
  • 23
  • 1
  • 5
1 2 3
12
13