Questions tagged [icloud-api]

111 questions
2
votes
1 answer

Possible for Expo/React Native to save large amounts of encrypted data to iCloud?

I'm developing an Expo app which stores large amounts of users private data, currently only within the app. In order to allow the user to migrate their app data between devices, we need to store this in iCloud. I'm currently unable to find…
Ben
  • 315
  • 4
  • 19
2
votes
1 answer

How to ADD/EDIT/DELETE events in ICLOUD calendar using CALDAV

I am implementing a new functionality to manage events in ICLOUD calendar(includes my own calendar as well as other ICLOUD users calendar).I successfully implemented the functionality with CALDAV, but here I wanted to know is there any better…
samiaj
  • 421
  • 1
  • 5
  • 15
2
votes
1 answer

How can I improve searching an iCloud Drive folder using NSMetadataQuery?

I'm trying to list the contents of a specific folder in iCloud Drive using NSMetadataQuery: let query = NSMetadataQuery() func listAllItemsInTheTestFolder() { guard let container = FileManager.default.url(forUbiquityContainerIdentifier:…
Syzygy
  • 123
  • 2
  • 9
2
votes
1 answer

How to get contacts from iCloud using iCloud API?

I want to fetch contacts of iCloud account using iCloud ID and Password. For this I authenticate iCloud account successfully to get Web Token. Now I try to fetch contacts. I am following this link and my contact URL…
2
votes
1 answer

Is Team Identifier still necessary for iCloud Container

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>Identity project settings. In the past I would have…
Joseph
  • 9,171
  • 8
  • 41
  • 67
2
votes
1 answer

Is it possible to retrieve icon of the iCloud user from CloudKit?

I need that small photo I have set up in my iCloud. Is there a way to get it?
János
  • 32,867
  • 38
  • 193
  • 353
2
votes
1 answer

Can a user modify values stored in NSUbiquitousKeyValueStore?

I am using NSUbiquitousKeyValueStore to store a dictionary of users data on iCloud (gems, username etc). Gems can be purchased in the app as a consumable IAP, and the total number of gems the user has is then stored in NSUbiquitousKeyValueStore. If…
Andrew Davis
  • 2,310
  • 1
  • 24
  • 43
2
votes
1 answer

Does the first NSMetadataQueryDidFinishGatheringNotification notification guarantee that metadata has been retrieved from iCloud?

According to apple docs, NSMetadataQueryDidFinishGatheringNotification is posted when the receiver has finished with the initial result-gathering phase of the query. Aside from cases with no internet connection, does the first…
Dj S
  • 10,232
  • 1
  • 21
  • 24
2
votes
1 answer

iCloud calendar integration through web api

I was looking for available options of integrating my web application events with iCloud calendar. I was thinking about web API provided by Apple to do the job, but my search ended with 2 options only: 1- CALDAV, which requires storage of client…
Hesham
  • 361
  • 2
  • 11
2
votes
0 answers

iCloud: Strategy to merge two versions of a file package (common ancestor)?

I have a document based app (Mac & iOS) and am trying to find a good way to automatically resolve version conflicts without bothering the user. My document is actually a file package with lots of small notes stored as text files. The most likely…
Mark
  • 6,647
  • 1
  • 45
  • 88
2
votes
1 answer

What does iCloud display sets give me that I can not get from just filling in the entitlements

When you create an iPhone/iPad version of an app, and also an OS X version of that same app, you would presumably want to have all the different devices share document or key-value data over iCloud. This can be easily accomplished by putting the…
hvanbrug
  • 1,291
  • 2
  • 12
  • 25
2
votes
1 answer

iphone iCloud - how can we upload picture from our app to iCloud.

i am new to icloud. i am working on an app. in my app i want to take backup of pictures to iCloud server. but i don't want to get those images back to my iPhone. is this possible. how can be it done. i am new to iCloud. Please help me. any good…
Gagan Joshi
  • 3,347
  • 2
  • 21
  • 32
2
votes
1 answer

Problems handling NSMetadataQueryDidUpdateNotification non-UIDocument based iCloud files

I've already got headaches when trying to solve this: in my current app I'm using iCloud to store my documents - but I can't use UIDocument based storage for the data. So my approach was to follow WWDC 2012 article 237 (advanced iCloud document…
konran
  • 588
  • 7
  • 20
2
votes
2 answers

Integration of iCloud in my android application

I need to integrate iCloud in my android application. Is it possible to integrate iCloud in my android application ? I find on net but not getting any solutions or any articles regarding this. One thing I come to know that in IOS it is possible to…
Hardik Joshi
  • 9,477
  • 12
  • 61
  • 113
2
votes
1 answer

Getting list of apps from iCloud

Is there any way to get a list of apps in iCloud programmatically? I need to get a list of apps only.
shujaat
  • 383
  • 4
  • 19