Questions tagged [ubiquitycontainer]

10 questions
4
votes
0 answers

Ubiquitous Container is not visible on icloud drive

I am developing an iOS app which download the file from local server and after syncs to iCloud. But i am not able to see my application container nor the files on iCloud drive. But i can see them in settings >> iCloud >> iCloud drive >> storage…
4
votes
1 answer

How to expose and retrieve files in iCloud Drive on iOS8 provided by OS X application

I can store files into iCloud Drive programmatically from an OS X app (10.10) and from an iOS app (8.4) using a common ubiquity identifier (ex: iCloud.com.mycompany.CommonFiles), with the same Apple ID. In the OS X application, I can identify or…
JBJr
  • 109
  • 2
  • 7
2
votes
0 answers

iCloud Drive Ubiquity Container Folder not showing

I am trying to help users synchronise files created by some other app. So my idea was to have an iCloud Drive folder (like iWork/iLife apps), where the user can save the files from the other app into my app's iCloud Drive folder where I can access…
Sam
  • 819
  • 2
  • 7
  • 17
1
vote
1 answer

ICloud Ubiquity Container works in app, but I'm unable to expose/publish App folder on iDrive. Some say 'wait a day or two' for it to resolve itself

The Time Consuming Nightmare: I believe I've been meticulous and done everything right in terms adding iCloud capabilities and creating an app iCloud container, wherein my goal is to give have an app-specific folder visible and accessible on my…
clearlight
  • 12,255
  • 11
  • 57
  • 75
1
vote
0 answers

Issues with bookmarks of files in ubiquity container on iOS

I have an iOS app using Core Data. The app can save files locally on the device and in iCloud. When I create a URL of the ubiquity container using FileManager.default.url(forUbiquityContainerIdentifier:…
roadrunner
  • 51
  • 3
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
0
votes
1 answer

iOS iCloud document change notification

Can you, in Swift get a change notification when a document in the apps's iCloud Drive container changes? For example I am testing a simple concept where I am storing all app data as a json string in the app's iCloud Drive container and I am loading…
0
votes
1 answer

How can I create an app icon folder in the files app and copy items to it?

I want to transfer some files (sound, texts, etc.) from an iOS app to the files app. In addition, I want to put all these items into a folder which has the same name as my app - as it is the case with GarageBand or KeyNote, for example. In Xcode, I…
Ulrich Vormbrock
  • 369
  • 2
  • 13
0
votes
0 answers

Accessing image across multiple iOS devices

I'm letting the user choose their own background image for the app. This image is suppose to sync across devices using iCloud, but I can't get it to work. The image appears to save and is accessible to the device that saved it, but other devices…
Jake
  • 13,097
  • 9
  • 44
  • 73
0
votes
2 answers

NSMetadataQueryDidUpdateNotification, can't get this to work. Code Snippet included

I can't get the NSMetadataQueryDidUpdateNotification to work. Been stuck at it for days. Is there something abnormal in the code below. dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_BACKGROUND, 0ul), ^{ NSString*…