Questions tagged [icloud-api]

111 questions
1
vote
2 answers

Does the iCloud API allow music library access from iOS?

I understand that not all information is official yet, and that some information about the new OS is under lock and key, but is it publicly known yet whether the iCloud API will support iOS app access to the user's cloud music library?
acjay
  • 34,571
  • 6
  • 57
  • 100
1
vote
1 answer

Module iCloudStorage requires main queue setup since it overrides `constantsToExport`

When launching my iOS App built with react-native, I get the following warning: Module iCloudStorage requires main queue setup since it overrides constantsToExport but doesn't implement requiresMainQueueSetup. In a future release React Native will…
yavnelf
  • 169
  • 1
  • 2
  • 12
1
vote
0 answers

Is there a python package that can use app-specific password on iCloud/AppleId?

I want to enhance a component in a smart hub. It connects against iCloud to gather some data. But do to the need of 2FA, it's very annoying to re-auth every couple of days. Other services are able to use the authentication method with so called…
1
vote
1 answer

Sync contacts to iCloud groups via API

Does Apple offer any API (that doesn't involve an iOS app) that allows contacts to be synced into iCloud and placed into specific groups?
1
vote
1 answer

How to Fetch Contacts from iCloud to an application?

I need my application to load or fetch all contacts from my iCloud account. 'CNContactStore' allows only to fetch contacts from my device. Is Apple providing any API's or is there any SDK's that are available. Is there any way to do that?
fAiSaL
  • 754
  • 1
  • 10
  • 29
1
vote
2 answers

Integrate iCloud into ios App and Retrieve files from iCloud

I integrated iCloud into iOS app using raywenderlich https://www.raywenderlich.com/6015/beginning-icloud-in-ios-5-tutorial-part-1 But iam unable to show all the files from iCloud to our iOS app and also need specific type of files like pdf, doc and…
maren iOS
  • 486
  • 1
  • 5
  • 14
1
vote
0 answers

iCloud data uploading is not working when .sqlite file is uploaded in ios

I am trying to upload sqlite file on iCloud. I am using NSFileCoortinator for coping the file from one file to another file but schema of sqlite file is only get copied, I am not getting data in sqlite file….Also sometimes the data is appearing in…
swapnali patil
  • 304
  • 2
  • 17
1
vote
1 answer

How do i make my cloudkit app load the data as its loading?

In the app i am making, there will be a lot of data for the app to load from iCloud. My problem is that it does not load the data into a collection view until its finished receiving all the data(which takes a while). I want the app to load the data…
nachshon f
  • 3,540
  • 7
  • 35
  • 67
1
vote
0 answers

Storing videos from iOS app in icloud account

I am working on app where the app can take videos from camera and save it locally. If the same videos needs to be made available in other device, then I should go for web service where videos will be stored and accessed from different devices. I…
Naveen
  • 636
  • 8
  • 28
1
vote
0 answers

import/export files from/to iCloud from our application

I am working on iCloud api's for the first time. I want to import/export files (.doc,.pdf,.xls any kind of file) from/to iCloud through our application. In our application there will be different kind of documents which the user should be able to…
RashmiG
  • 318
  • 1
  • 4
  • 11
1
vote
1 answer

integration of iCloud in Android device

I have checked out other links about icloud but all of them say that it is only for Iphones not for android developers but all the posts are of as old as of of near about july 2012 so can anyone please tell me is there any iCloud api or a procedure…
Ari
  • 1,296
  • 1
  • 18
  • 36
1
vote
1 answer

How does NSUbiquitousKeyValueStore's internal synchronization work?

For an iOS application, I'm investigating how to sync user data through iCloud. As the data is very small, I currently think of using iCloud's key-value store (NSUbiquitousKeyValueStore). I have a few questions regarding the internal working of…
Jonathan
  • 6,572
  • 1
  • 30
  • 46
1
vote
2 answers

Debug iCloud key-value data in the cloud

I have been banging my head against the wall trying to figure out how to determine what is actually in the key-value store for a given app. Using the api to detect data seems dubious to me as I am afraid of getting false positives. Also I would have…
1
vote
0 answers

Cannot open database - iCloud / Core Data

I am trying to setup my Core Data database for use with iCloud, I understand the basic and followed a nice tutorial on how to set it up, does anyone know what might be going wrong? I am getting the error that the database could not be connected…
Adam Carter
  • 4,741
  • 5
  • 42
  • 103
1
vote
1 answer

Can I give my app entitlements to all data in a user's iCloud?

For example, is it possible the storage container key in the entitlements dictionary would accept "*" or "/", allowing me to access any and all data in that user's iCloud? I am not worried about getting this app accepted into the app store.
Rahul Gupta-Iwasaki
  • 1,683
  • 2
  • 21
  • 39