icloud-api Questions
2
Solved
encodeSystemFields is supposed to be used when I keep records locally, in a database.
Once I export that data, must I do anything special when de-serializing it?
What scenarios should I act upon...
Walls asked 28/9, 2016 at 2:41
12
Solved
I'm developing an iCloud-enabled app where users will be able to import and export files via iCloud Drive. When browsing iCloud Drive, either using the UIDocumentPickerViewController (iOS 8) or the...
Carmine asked 8/8, 2014 at 12:36
2
I want my web application allow to import user contacts (particularly addresses) from iCloud contacts.
Something similar to what Google People API provides for Google Contacts.
The scenario is th...
Decillion asked 25/8, 2016 at 11:43
6
Solved
I am trying to simply save a record to a users private database but when I run privateDB.saveRecord() I get an error saying
Not Authenticated" (9/1002); "CloudKit access was denied by user settin...
Kalbli asked 1/11, 2014 at 4:47
1
Solved
My question may look silly but I am asking this after too much search on Google, yet not have any clue.
I am using iCloud web services. For that I have converted this Python code to PHP. https://g...
Guttering asked 5/5, 2016 at 6:33
2
While watching WWDC 2015 CloudKit JS, I realized that an android device user might need an iCloud to request data from the CloudKit DB since an apple user needs the iCloud account to be turned on. ...
Geralyngeraniaceous asked 22/3, 2016 at 8:18
2
Solved
I am new for iCloud API.
I want to know can we use iCloud API in web Application ?
Is it possible to access iCloud API via web ?
Stinkpot asked 17/7, 2013 at 9:1
1
Solved
After searching about iCloud API, I found some example on NodeJS and Python, but unfortunately, I'm not familiar with them. I want to know how to get iCloud Contact list on C#.
Example on python: ...
Kristine asked 16/7, 2015 at 14:27
1
I am having this issue where I save something to the icloud using CloudKit but immediately fetching the results doesn't return the latest data inserted.
Example
let todoRecord = CKRecord(recordTy...
Effuse asked 15/10, 2014 at 5:31
2
Solved
I'd like to be able to access a user's iCal and create events from my server, is this possible, preferably with some kind of OAuth2 setup like with Google Calendar? If so where can I find documenta...
Racehorse asked 6/9, 2013 at 3:19
1
I have a quick question: I noticed that with Xcode 6 that the default iCloud containers are named something like iCloud.com.company.myApp. Even though my Team-Id is selected under the General>Ident...
Guanajuato asked 19/12, 2014 at 9:13
1
Solved
NSFileManager.defaultManager().ubiquityIdentityToken on some device in some case returns nil, even I set up iCloud Documents in Capabilities and I am logged in to iCloud on device. How reliable ope...
Ballistic asked 17/9, 2014 at 19:27
1
Solved
Can I use the same way I check for iCloud availability or is there some other way of checking for CloudKit availability?
Multilingual asked 22/6, 2014 at 0:1
2
My application uses iCloud. My application stores all its data in 1 document and there should never be more than this 1 document. However, sometimes my NSMetadataQuery returns 2 documents:
0: Docu...
Breannabreanne asked 30/1, 2013 at 16:17
3
Solved
I'm using NSUbiquitousKeyValueStore to store some app settings. My logic is: when I save data locally, I save it to NSUbiquitousKeyValueStore also as a backup. When I need settings, I read locally ...
Roommate asked 21/9, 2012 at 23:11
2
Solved
I am using NSFileManager's startDownloadingUbiquitousItemAtURL to download file from iCloud to local copy (the local does not yet have the copy of the file in this case). I can't seem to find the c...
Kerley asked 12/3, 2012 at 21:49
1
iOS iCloud
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'error during execution of SQL string 'INSERT INTO Y_UBMETA(YPEERID, YTRANSACTIONNUMBER)
Unresolve...
Kristin asked 7/7, 2012 at 8:16
0
Usually, my code is ok to download the files from iCloud. But sometimes the downloading process will not be updated.
Following are some code snips:
start download:
NSFileManager* fm = [NSFileMa...
Delphadelphi asked 10/1, 2012 at 9:58
1
© 2022 - 2024 — McMap. All rights reserved.