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.
0
votes
0answers
22 views
Core Data - database not found when Updating App on App Store
We have an app currently up on the app Store. Recently we put up a new version that now uses a preloaded Core Data database.
When a user does a fresh install of the new version, there is no problem.
...
0
votes
1answer
21 views
Ready iCloud + Core Data solution
I spent 10 days trying to debug iCloud connection for my (extra cool) app coming... Its really hard to set up when you use Core Data. Now it doesn't work on device with iCloud on.
I want to ask if ...
0
votes
0answers
41 views
Core Data and iCloud: let's find a workaround
I have tried to make iCloud sync working with my Core Data based app but unfortunately the support for Core Data is very buggy and let's be honest: it can't be used in a real app yet.
But this is ...
0
votes
0answers
23 views
Main questions for develop an iphone/ipad application for serving (sell) files
I would like to develop a simple application that serves files (movies), and I have a pair of basic questions:
All documentation I've seen about "Document based app", talks about users's iCloud. but ...
0
votes
0answers
30 views
icloud and core data merge issues
I am using iCloud and Core data. I am Facing multiple problem
1)My first problem is related to merging. That is
Let iPad sync with iPhone data.
While iPad has no Internet access but iPhone has ...
2
votes
1answer
73 views
Possible app rejection by syncing zipped sqlite database in iOS
I have a SQLite DB that I need to backup using iCloud. I am aware that Apple recommends not to sync the whole DB and it may reject the App. Possible workarounds includes -
1) Switch to Core Data
- ...
-5
votes
1answer
42 views
Iphone - Remotly Turn Off Air Plane Mode [closed]
Today my brother lost his backpack and all his camping gear in the woods while he went to get wood. He forgot which way back to the camp, and he has spent the past 6+ hours searching the woods. The ...
0
votes
1answer
15 views
Saving the same UIManagedDocument on two different devices generates error
Should the same UIManagedDocument be open on both of my devices, and I save (using the following code):
[self.documentDatabase.managedObjectContext performBlockAndWait:^{
STNoteLabelCell *cell = ...
0
votes
1answer
34 views
Refresh UITableView with iCloud changes
I have an app where I have intergrated core data with iCloud. I have the following notifications in my view controller.
[[NSNotificationCenter defaultCenter] addObserver:self ...
0
votes
0answers
26 views
Apple's iCloud PrefsInCloud key-value store sample code not working on some devices
I installed the app on 4 devices. 3 worked well. 1 device, iPhone 3Gs with the latest iOS version (6.1.3 (10B329)) is not getting anything from iCloud and when it upload key-value objects it doesn't ...
1
vote
1answer
44 views
Is it safe to use NSFileManager API to manipulate files in iCloud?
One can sync files to iCloud by just creating files in the ubiquity container like this:
NSFileManager *fileManager = [NSFileManager defaultManager];
NSURL *containerURL = [fileManager ...
0
votes
0answers
22 views
Create folder on iCloud from iPhone App
I am developing an iPhone app were I want to create a folder from my application on iCloud.
Is it possible to create folder on iCloud programmatically at all?
I want to add image files, text files ...
0
votes
1answer
20 views
Saving a UIManagedDocument - speed improvements
I have the following code which is used on my View Controller whenever its property 'document' (of type UIManagedDocument) is set.
I'm not sure if other people do, but I find the notion of ...
0
votes
0answers
16 views
Sending a UIManagedDocument to the cloud
I follow Apple's recommendation of creating a UIManagedDocument locally, then in the completion block of the saveToURL:forSaveOperation:completionHandler: method, I call ...
0
votes
1answer
27 views
access to iWork documents from iCloud enabled program
Is it possible to upload a document through the "Pages" section section of iCloud.com on a Mac then retrieve it through an iCloud query an iPad application I'm writing?
I have an app that is iCloud ...
0
votes
1answer
26 views
What is the best way to remove logs file Core Data creates, when removing a UIManagedDocument from iCloud?
I would have thought NSFileManagers method of removeItemAtURL:error: would remove the Core Data log files created when using UIManagedDocuments with iCloud.
What is the best way to make sure all of ...
-5
votes
1answer
55 views
Remote wipe iOS devices [closed]
Trying to develop a BYOD service for my enterprise. I am new to iOS and starting with some basic services like remote wipe from a web console.
How should I approach this problem?
What are ...
-3
votes
0answers
75 views
Ios Encryption issue [closed]
For all types of content we refer the READER notation for Audio player, Video player or eBook
reader.
The request is sent to the web server by the client browser.
The web server then checks for the ...
0
votes
0answers
25 views
How to automatically sync new iPhone Calendar items to MySQL database?
Is it possible to have iPhone's Calendar app automatically send a few data fields from new calendar items to my MySQL calendar database? I don't want it to sync the whole calendar/database, just to ...
1
vote
2answers
45 views
NSMetadataQuery enableUpdates
I am having trouble understanding how updates work with an NSMetadataQuery.
I am trying to determine whether a file has finished downloading from iCloud. My initial query tells me clearly enough the ...
0
votes
1answer
50 views
Searching for files inside a directory using NSMetadataQuery
My app is using UIDocument + iCloud to create and view documents. The files are stored this way:
Documents/Filename.db
Documents/Filename.db/File.db (Filename.db is the directory)
Files inside ...
0
votes
1answer
34 views
NSMetadataQueryDidUpdateNotification Not Working
Can someone tell me what is wrong with the following code which I adapted from iOS 5 Developer's Cookbook
- (void) startMonitoringUbiquitousDocumentsFolder
{
// Remove any existing query – stored ...
0
votes
1answer
21 views
iOS application with local and iCloud support
If the ubiquity container (iCloud folder) is not available for whatever reason, I add any new documents to the users 'Documents' directory, however, should it become available again I add the ...
0
votes
0answers
34 views
Emacs + TRAMP + iCloud (Back to My Mac)
I am using Cocoa Emacs 24.2 (emacs-app from MacPorts) and TRAMP on OS X 10.8.3. I would like to open remote files which are in my other Macs registered to iCloud. I thought that I could do it by using ...
-2
votes
1answer
52 views
Prompt a User to Set Up iCloud [closed]
I am starting to implement iCloud, and I would like to prompt the user to set up iCloud account if he doesn't have it set up yet.
How do I do this?
Thanks
0
votes
0answers
18 views
Failed to load UIDocuments in separate devices
I have created a UIDocument to wrap a custom object. The UIDocument is successfully saving to iCloud, and I am successfully loading each UIDocument when I run the app each time. However, when I ...
0
votes
0answers
32 views
Error code 512 while calling setUbiquitous:
I know this question has been asked before but so far none of the posts that I found solve my problem.
Here's my codes
NSURL *ubiquitousPackage = [[ubiq URLByAppendingPathComponent:
...
0
votes
0answers
15 views
iCloud Document hardly sync after first launch
I'm using UIDocument method to store data in iCloud.
So I have 2 devices to test, when I first launch the app on iPhone, then I do some changes then call saveToURL:completionHandler, after that I ...
0
votes
0answers
32 views
Key-Value iCloud storing not working
I'm using KeyValue store but it doesn't working.
During first launch, it will detect whether the key is found in the NSUbiquitousKeyValueStore, else it will create a new one and store it.
...
0
votes
0answers
26 views
Whats the best way to sync a single table across devices with iCloud?
I have a SQLite database, one of the tables is a favorites list. I would like to sync the favorites list across devices so I thought I would look into iCloud and I Don't want to just copy the whole ...
0
votes
0answers
33 views
General Core Data + iCloud Questions: Where to put logfiles and store file
I have some general questions about how to use/implement iCloud with Core Data. Although I have a library style app I decided to follow the Stanford videos and use the document based approach instead. ...
0
votes
0answers
27 views
Creating an iCloud Calendar in IO6
I am trying to create an iCloud calendar.
After getting permission to access the Calendar store and getting my EKEventStore I go through the available sources in the EKEventSource to get the ...
0
votes
1answer
49 views
Back Up Documents Folder to iCloud
My app builds PDFs unique to each individual. Since they cannot be easily recreated, and would need to be used on multiple devices, I want them to be backed up to be iCloud. The ideal situation ...
0
votes
0answers
35 views
images can be uploaded to icloud, but cannot sync to other devices with photo stream
Our app needs to upload images to iCloud and download them to other devices if there are any new images. So we use photo stream. It work greatly until IT engineers in our company modified their IT ...
7
votes
1answer
192 views
Sharing Common Key-Value Storage Between Multiple Apps Not Working
I'm preparing to launch a second version of one of my apps. I am going to be releasing this new version under a new bundle ID from the previous version. In the previous version, I used the iCloud ...
1
vote
2answers
47 views
NSPersistentStoreCoordinator not created on a UIManagedDocument
I'm starting to learn about UIManagedDocument and its abilities. From what I understand of it its a form of database stored in a location in the documents directory.
Anyway, I'm trying to use it as a ...
0
votes
0answers
33 views
move a UIManagedDocument in the cloud to the local file system
I'm trying to move a UIManagedDocument in the cloud to the local file system.
Is this enough?
BOOL success = [fileManager setUbiquitous:NO
itemAtURL:sourceURL
...
0
votes
0answers
37 views
iCloud with multiple ubiquity containers
I have a iphone app that uses multiple ubiquity containers. I want to set my metadataQuery to search just one container. But when I set the scope to the container's URL, the search does not work as ...
0
votes
0answers
37 views
Can not insert large no of record in SQLite on cloud
In my iPhone App, I have a SQLite which has more than 10,000 records and 1 MB in size, now I want to integrate iCloud in the App so as I study for this I have to copy my SQLiite file on cloud at the ...
0
votes
0answers
30 views
Set mime type for files in iCloud?
In an iOS app I want to share files via iCloud by creating a public link to the file and sending the URL via e-mail, so the receiver can tap on the link and chose to open the file in my app.
The ...
0
votes
1answer
17 views
issue in converting the incoming data from icloud
i want to read the data stored in icloud in my application,but getting exception in the following method
-(BOOL)loadFromContents:(id)contents ofType:(NSString *)typeName error:(NSError **)outError
{
...
0
votes
1answer
20 views
iCloud ios mail contacts
I want to develop an iOS App, which can access my iCloud mail contacts. Can I do that, does Apple allow such coding? Or are there some private APIs maybe?
Thanks in advance
0
votes
0answers
21 views
Handle change/switch of icloud account iOS 5 [duplicate]
In iOS 5, how can we handle change/switch of icloud account? The URLForUbiquityContainerIdentifier returns the same url if we switch the account from userA to UserB. In iOS 6 we have [[NSFileManager ...
0
votes
0answers
47 views
Image folder sync with iCloud
I have an app which syncs core data with iCloud. Now I should provide feature according which user should be able to link images from camera roll with some entity. And as a result, that images also ...
2
votes
0answers
23 views
Save document directories data in Mac
I have an application where lots of data get saved in Document Directory of application for later sending to a webservice. This saving in documents was done for offline access of the application as ...
0
votes
2answers
58 views
iCloud key-value store behaving like NSUserDefaults
I'm not using the simulator. Everything seems to be working fine in code. I can read and write to NSUbiquitousKeyValueStore, and it persists data between app runs.
[[NSUbiquitousKeyValueStore ...
0
votes
0answers
46 views
iCloud - UIDocument saveToUrl does not execute completion block
I was testing with it the other day and it was working. Today, after calling this method, it never calls the completion block.
Is there a case where the completion block is not called? I remember ...
0
votes
1answer
32 views
How to load content from iCloud or other server to viewController in App
I am developing an App that shows annotations with popovers that appear when the user taps the detailDisclosureButton. I am thinking that the details should come from a server so that if new ...
-4
votes
1answer
54 views
ios use icloud with core data sqlite storage [closed]
I have found a tutorial regarding this that I need to go through.
My question for now is should my app provide a login screen for icloud? If not how would my app provide access to a specific icloud ...
0
votes
0answers
31 views
missing ubiquity-kvstore-identifier in provisioning profile + iCloud issues
Im trying to test iCloud on my app for debugging purposes.
I can't get it to run on my iPad, as I understand it the problem is that I have no ubiquity-kvstore-identifier in my entitlements file. But ...


